diff --git a/package-lock.json b/package-lock.json index 822d72ed..6cbb8351 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 70b538a9..63feb714 100644 --- a/package.json +++ b/package.json @@ -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",