chore: update deps

This commit is contained in:
Cory Dransfeldt 2024-03-18 15:05:34 -07:00
parent 92ca5c2591
commit e3fd1994e6
No known key found for this signature in database
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "8.0.0",
"version": "8.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "8.0.0",
"version": "8.0.2",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.2.2",
@ -26,7 +26,7 @@
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@aws-sdk/client-s3": "^3.535.0",
"@cdransf/eleventy-plugin-tabler-icons": "^1.0.3",
"@cdransf/eleventy-plugin-tabler-icons": "^1.1.0",
"@rknightuk/eleventy-plugin-post-graph": "^1.0.6",
"child_process": "^1.0.2",
"dotenv-flow": "^4.1.0",
@ -1213,9 +1213,9 @@
"integrity": "sha512-3yzlvCsAwqrHjNHsgalT9HfuHac37hX80Nff0Pfw2RH9XsfCLoVJABfKeXA1BBr6/wSdOHUgOQyEYTubIiTGfg=="
},
"node_modules/@cdransf/eleventy-plugin-tabler-icons": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/@cdransf/eleventy-plugin-tabler-icons/-/eleventy-plugin-tabler-icons-1.0.3.tgz",
"integrity": "sha512-+CzUvxxrINHCqC9+l9nylWXvNrPuNHoxGSeRmAf20Ta1qvXJGsTHN/hDYYf4ocHEEqQ516wm7FJ4vvgDUIZhFw==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@cdransf/eleventy-plugin-tabler-icons/-/eleventy-plugin-tabler-icons-1.1.0.tgz",
"integrity": "sha512-hL94Eez7twe31eQzH4iNk6bb3HjRc2Qnqq+d1O9XpVhKnJPKkMlp+trqnidvos8EEqU4H3VkyVANachFm5cxSw==",
"dev": true
},
"node_modules/@cdransf/theme-toggle": {

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "8.0.1",
"version": "8.0.3",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {
@ -36,7 +36,7 @@
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@aws-sdk/client-s3": "^3.535.0",
"@cdransf/eleventy-plugin-tabler-icons": "^1.0.3",
"@cdransf/eleventy-plugin-tabler-icons": "^1.1.0",
"@rknightuk/eleventy-plugin-post-graph": "^1.0.6",
"child_process": "^1.0.2",
"dotenv-flow": "^4.1.0",