chore: update deps

This commit is contained in:
Cory Dransfeldt 2024-03-13 12:10:39 -07:00
parent 8d778e5223
commit 54e764310d
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", "name": "coryd.dev",
"version": "7.9.2", "version": "7.9.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "7.9.2", "version": "7.9.3",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@cdransf/api-text": "^1.2.2", "@cdransf/api-text": "^1.2.2",
@ -26,7 +26,7 @@
"@11ty/eleventy-plugin-rss": "^1.2.0", "@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@aws-sdk/client-s3": "^3.521.0", "@aws-sdk/client-s3": "^3.521.0",
"@cdransf/eleventy-plugin-tabler-icons": "^1.0.2", "@cdransf/eleventy-plugin-tabler-icons": "^1.0.3",
"@rknightuk/eleventy-plugin-post-graph": "^1.0.6", "@rknightuk/eleventy-plugin-post-graph": "^1.0.6",
"child_process": "^1.0.2", "child_process": "^1.0.2",
"dotenv-flow": "^4.1.0", "dotenv-flow": "^4.1.0",
@ -1213,9 +1213,9 @@
"integrity": "sha512-3yzlvCsAwqrHjNHsgalT9HfuHac37hX80Nff0Pfw2RH9XsfCLoVJABfKeXA1BBr6/wSdOHUgOQyEYTubIiTGfg==" "integrity": "sha512-3yzlvCsAwqrHjNHsgalT9HfuHac37hX80Nff0Pfw2RH9XsfCLoVJABfKeXA1BBr6/wSdOHUgOQyEYTubIiTGfg=="
}, },
"node_modules/@cdransf/eleventy-plugin-tabler-icons": { "node_modules/@cdransf/eleventy-plugin-tabler-icons": {
"version": "1.0.2", "version": "1.0.3",
"resolved": "https://registry.npmjs.org/@cdransf/eleventy-plugin-tabler-icons/-/eleventy-plugin-tabler-icons-1.0.2.tgz", "resolved": "https://registry.npmjs.org/@cdransf/eleventy-plugin-tabler-icons/-/eleventy-plugin-tabler-icons-1.0.3.tgz",
"integrity": "sha512-+jt9h+Zah9qhatxZstu2b/qfc7cyXoDCwrfSP6sdFv1+y5/kIk2PcNK5tDG9wZGoeW6TdST9xw8FztThLv+Bxg==", "integrity": "sha512-+CzUvxxrINHCqC9+l9nylWXvNrPuNHoxGSeRmAf20Ta1qvXJGsTHN/hDYYf4ocHEEqQ516wm7FJ4vvgDUIZhFw==",
"dev": true "dev": true
}, },
"node_modules/@cdransf/theme-toggle": { "node_modules/@cdransf/theme-toggle": {

View file

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