diff --git a/package-lock.json b/package-lock.json index 20fa747..2e69eb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,15 +63,15 @@ } }, "node_modules/@11ty/eleventy": { - "version": "3.0.0-beta.1", - "resolved": "https://registry.npmjs.org/@11ty/eleventy/-/eleventy-3.0.0-beta.1.tgz", - "integrity": "sha512-iJT7vekH11l8PAUPBfUAcb5oWbYK0w4ijgwDTutUsk6tX9rp4ZRL1jdhVWvZq04/rkc55mczNFPPhHB/XO1/qw==", + "version": "3.0.0-beta.2", + "resolved": "https://registry.npmjs.org/@11ty/eleventy/-/eleventy-3.0.0-beta.2.tgz", + "integrity": "sha512-N3sKp79gj1D8JjFK1CMHl9JehaM886sLAB8xc75Lv9daXgTqYHTvoeMGwZ5jrlRvatYD54tpWZESiyDyLzM1mw==", "license": "MIT", "dependencies": { "@11ty/dependency-tree": "^3.0.1", "@11ty/dependency-tree-esm": "^1.0.0", - "@11ty/eleventy-dev-server": "^2.0.2", - "@11ty/eleventy-plugin-bundle": "^2.0.2", + "@11ty/eleventy-dev-server": "^2.0.4", + "@11ty/eleventy-plugin-bundle": "^3.0.0", "@11ty/eleventy-utils": "^1.0.3", "@11ty/lodash-custom": "^4.17.21", "@11ty/posthtml-urls": "^1.0.0", @@ -81,20 +81,21 @@ "chardet": "^2.0.0", "chokidar": "^3.6.0", "cross-spawn": "^7.0.3", - "debug": "^4.3.6", + "debug": "^4.3.7", "dependency-graph": "^1.0.0", + "entities": "^5.0.0", "fast-glob": "^3.3.2", - "filesize": "^10.1.4", + "filesize": "^10.1.6", "graceful-fs": "^4.2.11", "gray-matter": "^4.0.3", "is-glob": "^4.0.3", - "iso-639-1": "^3.1.2", + "iso-639-1": "^3.1.3", "js-yaml": "^4.1.0", "kleur": "^4.1.5", - "liquidjs": "^10.16.1", - "luxon": "^3.4.4", + "liquidjs": "^10.17.0", + "luxon": "^3.5.0", "markdown-it": "^14.1.0", - "micromatch": "^4.0.7", + "micromatch": "^4.0.8", "minimist": "^1.2.8", "moo": "^0.5.2", "node-retrieve-globals": "^6.0.0", @@ -149,12 +150,13 @@ } }, "node_modules/@11ty/eleventy-plugin-bundle": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-bundle/-/eleventy-plugin-bundle-2.0.2.tgz", - "integrity": "sha512-zGyPp1g6bi+VC2I5ylwj4w29nivDmx4Uki5gWY6v3MT/1muK0JTtnc1KOMC7yUurv6YwtwdiLYyFK2eFyKv2wg==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-bundle/-/eleventy-plugin-bundle-3.0.0.tgz", + "integrity": "sha512-JSnqehT+sWSPi6e44jTXUW+KiV9284YF9fzPQvfGB4cXlk/m/SJk17CavHCleIvKXDN+jrUw9TZkwAwr85ONWQ==", "license": "MIT", "dependencies": { - "debug": "^4.3.4" + "debug": "^4.3.4", + "posthtml-match-helper": "^2.0.2" }, "engines": { "node": ">=18" @@ -193,6 +195,18 @@ "url": "https://opencollective.com/11ty" } }, + "node_modules/@11ty/eleventy/node_modules/entities": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-5.0.0.tgz", + "integrity": "sha512-BeJFvFRJddxobhvEdm5GqHzRV/X+ACeuw0/BuuxsCh1EUZcAIz8+kYmBp/LrQuloy6K1f3a0M7+IhmZ7QnkISA==", + "license": "BSD-2-Clause", + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, "node_modules/@11ty/lodash-custom": { "version": "4.17.21", "resolved": "https://registry.npmjs.org/@11ty/lodash-custom/-/lodash-custom-4.17.21.tgz",