diff --git a/docs/package-lock.json b/docs/package-lock.json index 88759248..23c7401a 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -14,7 +14,7 @@ "@creativebulma/bulma-divider": "^1.1.0", "@fontsource/crimson-pro": "^5.0.0", "@fontsource/rasa": "^5.0.0", - "@quasibit/eleventy-plugin-schema": "1.11.1", + "@quasibit/eleventy-plugin-schema": "1.12.0", "@rollup/plugin-node-resolve": "^16.0.0", "@sindresorhus/slugify": "^3.0.0", "animate-sass": "^0.8.2", @@ -2200,15 +2200,15 @@ } }, "node_modules/@quasibit/eleventy-plugin-schema": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@quasibit/eleventy-plugin-schema/-/eleventy-plugin-schema-1.11.1.tgz", - "integrity": "sha512-Ln5VGI40txKJCbDX/ndXJp9lJOUHH75IpHn2E15uUN4LBRVW4BS/rimOL1iBVpnqJwFoVr3c+OubtC7sEQK9+w==", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/@quasibit/eleventy-plugin-schema/-/eleventy-plugin-schema-1.12.0.tgz", + "integrity": "sha512-wVqbJ5OkzeWZOlG7rnl78vNRf9GBKLIVW+Hyyxvot6eYdwM55dgKEqBYCFsPpsA21gcGD05cKhOgmH1uMzDr1Q==", "license": "MIT", "engines": { - "node": ">=12.0.0" + "node": ">=18.0.0" }, "peerDependencies": { - "@11ty/eleventy": "^0.11.0 || ^0.12.0 || ^1.0.0 || ^2.0.0 || ^3.0.0" + "@11ty/eleventy": ">=0.11.0" } }, "node_modules/@rgrove/parse-xml": { diff --git a/docs/package.json b/docs/package.json index 60262f1e..de72cda8 100644 --- a/docs/package.json +++ b/docs/package.json @@ -17,7 +17,7 @@ "@creativebulma/bulma-divider": "^1.1.0", "@fontsource/crimson-pro": "^5.0.0", "@fontsource/rasa": "^5.0.0", - "@quasibit/eleventy-plugin-schema": "1.11.1", + "@quasibit/eleventy-plugin-schema": "1.12.0", "@rollup/plugin-node-resolve": "^16.0.0", "@sindresorhus/slugify": "^3.0.0", "animate-sass": "^0.8.2",