chore: upgrade deps

This commit is contained in:
Cory Dransfeldt 2024-04-16 15:08:10 -07:00
parent bbdea40f7e
commit 77974bfa38
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": "11.3.11", "version": "11.4.12",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "11.3.11", "version": "11.4.12",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@cdransf/api-text": "^1.2.2", "@cdransf/api-text": "^1.2.2",
@ -28,7 +28,7 @@
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0", "@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0",
"@aws-sdk/client-s3": "^3.554.0", "@aws-sdk/client-s3": "^3.554.0",
"@cdransf/eleventy-plugin-tabler-icons": "^1.1.0", "@cdransf/eleventy-plugin-tabler-icons": "^1.2.0",
"@netlify/blobs": "^7.2.0", "@netlify/blobs": "^7.2.0",
"@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",
@ -1237,9 +1237,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.1.0", "version": "1.2.0",
"resolved": "https://registry.npmjs.org/@cdransf/eleventy-plugin-tabler-icons/-/eleventy-plugin-tabler-icons-1.1.0.tgz", "resolved": "https://registry.npmjs.org/@cdransf/eleventy-plugin-tabler-icons/-/eleventy-plugin-tabler-icons-1.2.0.tgz",
"integrity": "sha512-hL94Eez7twe31eQzH4iNk6bb3HjRc2Qnqq+d1O9XpVhKnJPKkMlp+trqnidvos8EEqU4H3VkyVANachFm5cxSw==", "integrity": "sha512-uHa1YpodjQDCNoluFok1NsCZDGiyglsxLH7rwiZbiJcyIDD6HDweIwF5kUx1DD1BFba/wLRuQvCBW66x0aLj7g==",
"dev": true "dev": true
}, },
"node_modules/@cdransf/select-pagination": { "node_modules/@cdransf/select-pagination": {

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "11.4.11", "version": "11.4.12",
"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-syntaxhighlight": "^5.0.0", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0", "@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0",
"@aws-sdk/client-s3": "^3.554.0", "@aws-sdk/client-s3": "^3.554.0",
"@cdransf/eleventy-plugin-tabler-icons": "^1.1.0", "@cdransf/eleventy-plugin-tabler-icons": "^1.2.0",
"@netlify/blobs": "^7.2.0", "@netlify/blobs": "^7.2.0",
"@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",