From 06104a1180e6c25ac852d3627e88d9d264e83e85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 19:13:47 +0000 Subject: [PATCH] chore(deps-dev): bump @11ty/eleventy Bumps [@11ty/eleventy](https://github.com/11ty/eleventy) from 3.0.0-alpha.13 to 3.0.0-alpha.14. - [Release notes](https://github.com/11ty/eleventy/releases) - [Changelog](https://github.com/11ty/eleventy/blob/main/docs/release-instructions.md) - [Commits](https://github.com/11ty/eleventy/compare/v3.0.0-alpha.13...v3.0.0-alpha.14) --- updated-dependencies: - dependency-name: "@11ty/eleventy" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++++------ package.json | 2 +- 2 files changed, 13 insertions(+), 7 deletions(-) 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",