Merge pull request #334 from cdransf/dependabot/npm_and_yarn/11ty/eleventy-3.0.0-alpha.14

chore(deps-dev): bump @11ty/eleventy from 3.0.0-alpha.13 to 3.0.0-alpha.14
This commit is contained in:
Cory Dransfeldt 2024-06-27 12:15:51 -07:00 committed by GitHub
commit 741a76a4b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 7 deletions

18
package-lock.json generated
View file

@ -16,7 +16,7 @@
"youtube-video-element": "^1.1.6"
},
"devDependencies": {
"@11ty/eleventy": "3.0.0-alpha.13",
"@11ty/eleventy": "3.0.0-alpha.14",
"@11ty/eleventy-fetch": "^4.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0",
@ -68,11 +68,10 @@
}
},
"node_modules/@11ty/eleventy": {
"version": "3.0.0-alpha.13",
"resolved": "https://registry.npmjs.org/@11ty/eleventy/-/eleventy-3.0.0-alpha.13.tgz",
"integrity": "sha512-LZ1mI2JoB/vu6eIzeh9Eim0istAmKiJ0C5LEYG8HigvGgVsADd7OGHpOeOpDgKjotPSO+DTVh48gQj/cW2mRNw==",
"version": "3.0.0-alpha.14",
"resolved": "https://registry.npmjs.org/@11ty/eleventy/-/eleventy-3.0.0-alpha.14.tgz",
"integrity": "sha512-SQGvi/0cSrgyjhTocO8nGpivQbZBXnFlVLp1M3H8xcdvpXYgCVHiEYvrY79TnDd9Nxvj5QtsQuCiselJb3X16g==",
"dev": true,
"license": "MIT",
"dependencies": {
"@11ty/dependency-tree": "^3.0.0",
"@11ty/dependency-tree-esm": "^1.0.0",
@ -83,6 +82,7 @@
"@11ty/posthtml-urls": "^1.0.0",
"@sindresorhus/slugify": "^2.2.1",
"bcp-47-normalize": "^2.3.0",
"chardet": "^2.0.0",
"chokidar": "^3.6.0",
"cross-spawn": "^7.0.3",
"debug": "^4.3.5",
@ -93,7 +93,7 @@
"is-glob": "^4.0.3",
"iso-639-1": "^3.1.2",
"kleur": "^4.1.5",
"liquidjs": "^10.13.1",
"liquidjs": "^10.14.0",
"luxon": "^3.4.4",
"markdown-it": "^14.1.0",
"micromatch": "^4.0.7",
@ -845,6 +845,12 @@
],
"license": "CC-BY-4.0"
},
"node_modules/chardet": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/chardet/-/chardet-2.0.0.tgz",
"integrity": "sha512-xVgPpulCooDjY6zH4m9YW3jbkaBe3FKIAvF5sj5t7aBNsVl2ljIE+xwJ4iNgiDZHFQvNIpjdKdVOQvvk5ZfxbQ==",
"dev": true
},
"node_modules/chokidar": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",

View file

@ -26,7 +26,7 @@
"youtube-video-element": "^1.1.6"
},
"devDependencies": {
"@11ty/eleventy": "3.0.0-alpha.13",
"@11ty/eleventy": "3.0.0-alpha.14",
"@11ty/eleventy-fetch": "^4.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0",