diff --git a/docs/package-lock.json b/docs/package-lock.json index 6120ed182..af9c80b34 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/rss": "^4.0.19", "@astrojs/sitemap": "^3.7.3", "@tailwindcss/vite": "^4.3.3", - "astro": "^7.1.6", + "astro": "^7.2.0", "sharp": "^0.35.3", "tailwindcss": "^4.1.0", "unist-util-visit": "^5.1.0" @@ -1601,34 +1601,6 @@ "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==", "license": "MIT" }, - "node_modules/@rollup/pluginutils": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.3.0.tgz", - "integrity": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==", - "license": "MIT", - "dependencies": { - "@types/estree": "^1.0.0", - "estree-walker": "^2.0.2", - "picomatch": "^4.0.2" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" - }, - "peerDependenciesMeta": { - "rollup": { - "optional": true - } - } - }, - "node_modules/@rollup/pluginutils/node_modules/estree-walker": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", - "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", - "license": "MIT" - }, "node_modules/@shikijs/core": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-4.2.0.tgz", @@ -2236,9 +2208,9 @@ } }, "node_modules/astro": { - "version": "7.1.6", - "resolved": "https://registry.npmjs.org/astro/-/astro-7.1.6.tgz", - "integrity": "sha512-83x9rYbHazMaZkYrAFRVZXSQx2moFkz0F7cjTDUF3GWfS0a3p2vZXG1ZdhV86rStHApQCodBJW+XTD37xISIrQ==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/astro/-/astro-7.2.0.tgz", + "integrity": "sha512-lLTYzx3fOvCmtwD3JVBLQcbORbIOW1/j0R+3IvJx/XKwMGrk7mFnF0BYSOeRiNw1qHUR5mdA6+hRnyvyDfqrWQ==", "license": "MIT", "dependencies": { "@astrojs/compiler-rs": "^0.3.2", @@ -2248,7 +2220,6 @@ "@capsizecss/unpack": "^4.0.0", "@clack/prompts": "^1.1.0", "@oslojs/encoding": "^1.1.0", - "@rollup/pluginutils": "^5.3.0", "am-i-vibing": "^0.4.0", "aria-query": "^5.3.2", "axobject-query": "^4.1.0", diff --git a/docs/package.json b/docs/package.json index 6a510021b..09423cfb6 100644 --- a/docs/package.json +++ b/docs/package.json @@ -17,7 +17,7 @@ "@astrojs/rss": "^4.0.19", "@astrojs/sitemap": "^3.7.3", "@tailwindcss/vite": "^4.3.3", - "astro": "^7.1.6", + "astro": "^7.2.0", "sharp": "^0.35.3", "tailwindcss": "^4.1.0", "unist-util-visit": "^5.1.0"