diff --git a/package-lock.json b/package-lock.json index 87f256a4e4..bfe75bec3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "name": "web-docs-backlog", "hasInstallScript": true, "devDependencies": { - "@11ty/eleventy": "3.0.0-alpha.13", + "@11ty/eleventy": "3.0.0-alpha.14", "compute-baseline": "^0.1.1", "patch-package": "^8.0.0" }, @@ -46,9 +46,9 @@ } }, "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, "dependencies": { "@11ty/dependency-tree": "^3.0.0", @@ -60,6 +60,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", @@ -70,7 +71,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", @@ -509,6 +510,12 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, + "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 d7db4e90b0..1ae43c296e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "web-docs-backlog", "description": "Backlog for web platform docs", "devDependencies": { - "@11ty/eleventy": "3.0.0-alpha.13", + "@11ty/eleventy": "3.0.0-alpha.14", "compute-baseline": "^0.1.1", "patch-package": "^8.0.0" },