chore: update deps

This commit is contained in:
Cory Dransfeldt 2024-06-11 14:10:52 -07:00
parent 5127e19256
commit fa26fd720a
No known key found for this signature in database
2 changed files with 14 additions and 14 deletions

26
package-lock.json generated
View file

@ -16,7 +16,7 @@
"youtube-video-element": "^1.1.5" "youtube-video-element": "^1.1.5"
}, },
"devDependencies": { "devDependencies": {
"@11ty/eleventy": "3.0.0-alpha.10", "@11ty/eleventy": "3.0.0-alpha.12",
"@11ty/eleventy-fetch": "^4.0.1", "@11ty/eleventy-fetch": "^4.0.1",
"@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",
@ -68,24 +68,24 @@
} }
}, },
"node_modules/@11ty/eleventy": { "node_modules/@11ty/eleventy": {
"version": "3.0.0-alpha.10", "version": "3.0.0-alpha.12",
"resolved": "https://registry.npmjs.org/@11ty/eleventy/-/eleventy-3.0.0-alpha.10.tgz", "resolved": "https://registry.npmjs.org/@11ty/eleventy/-/eleventy-3.0.0-alpha.12.tgz",
"integrity": "sha512-lnymV2KjhxPNs+e4otrjwr/kh7AEE/yTAwgVRtpdo8BA+zSDHaw+aeq/2L+h2nhQ9Z1a4ExIjQqk7K51E40tlA==", "integrity": "sha512-dtBcjyAeUDKzYgrJ6/wTqZIUXCgEWGjlBhRT/5jX8GJ4yTkDxtmTzCbkaWOwvmqpYB5+OuZdnee9wAmm1pRDsQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@11ty/dependency-tree": "^3.0.0", "@11ty/dependency-tree": "^3.0.0",
"@11ty/dependency-tree-esm": "^1.0.0", "@11ty/dependency-tree-esm": "^1.0.0",
"@11ty/eleventy-dev-server": "^2.0.0", "@11ty/eleventy-dev-server": "^2.0.1",
"@11ty/eleventy-plugin-bundle": "^2.0.2", "@11ty/eleventy-plugin-bundle": "^2.0.2",
"@11ty/eleventy-utils": "^1.0.2", "@11ty/eleventy-utils": "^1.0.3",
"@11ty/lodash-custom": "^4.17.21", "@11ty/lodash-custom": "^4.17.21",
"@11ty/posthtml-urls": "^1.0.0", "@11ty/posthtml-urls": "^1.0.0",
"@sindresorhus/slugify": "^2.2.1", "@sindresorhus/slugify": "^2.2.1",
"bcp-47-normalize": "^2.3.0", "bcp-47-normalize": "^2.3.0",
"chokidar": "^3.6.0", "chokidar": "^3.6.0",
"cross-spawn": "^7.0.3", "cross-spawn": "^7.0.3",
"debug": "^4.3.4", "debug": "^4.3.5",
"dependency-graph": "^1.0.0", "dependency-graph": "^1.0.0",
"fast-glob": "^3.3.2", "fast-glob": "^3.3.2",
"graceful-fs": "^4.2.11", "graceful-fs": "^4.2.11",
@ -93,10 +93,10 @@
"is-glob": "^4.0.3", "is-glob": "^4.0.3",
"iso-639-1": "^3.1.2", "iso-639-1": "^3.1.2",
"kleur": "^4.1.5", "kleur": "^4.1.5",
"liquidjs": "^10.12.0", "liquidjs": "^10.13.1",
"luxon": "^3.4.4", "luxon": "^3.4.4",
"markdown-it": "^14.1.0", "markdown-it": "^14.1.0",
"micromatch": "^4.0.5", "micromatch": "^4.0.7",
"minimist": "^1.2.8", "minimist": "^1.2.8",
"moo": "^0.5.2", "moo": "^0.5.2",
"multimatch": "^7.0.0", "multimatch": "^7.0.0",
@ -106,7 +106,7 @@
"please-upgrade-node": "^3.2.0", "please-upgrade-node": "^3.2.0",
"posthtml": "^0.16.6", "posthtml": "^0.16.6",
"recursive-copy": "^2.0.14", "recursive-copy": "^2.0.14",
"semver": "^7.6.0", "semver": "^7.6.2",
"slugify": "^1.6.6" "slugify": "^1.6.6"
}, },
"bin": { "bin": {
@ -1146,9 +1146,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/electron-to-chromium": { "node_modules/electron-to-chromium": {
"version": "1.4.797", "version": "1.4.798",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.797.tgz", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.798.tgz",
"integrity": "sha512-RWMYymqyWwIdCEb7Psag5zyAHirYnB354ZREoF8c5QOHbt8AodF7lwVxGUnu5gzBVjzDo9R3XeTwy7pbvubxGw==", "integrity": "sha512-by9J2CiM9KPGj9qfp5U4FcPSbXJG7FNzqnYaY4WLzX+v2PHieVGmnsA4dxfpGE3QEC7JofpPZmn7Vn1B9NR2+Q==",
"dev": true, "dev": true,
"license": "ISC" "license": "ISC"
}, },

View file

@ -26,7 +26,7 @@
"youtube-video-element": "^1.1.5" "youtube-video-element": "^1.1.5"
}, },
"devDependencies": { "devDependencies": {
"@11ty/eleventy": "3.0.0-alpha.10", "@11ty/eleventy": "3.0.0-alpha.12",
"@11ty/eleventy-fetch": "^4.0.1", "@11ty/eleventy-fetch": "^4.0.1",
"@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",