diff --git a/package-lock.json b/package-lock.json index a96eabcd5154746..2eb0e4856b43a4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@types/react-dom": "19.0.4", "@typescript-eslint/parser": "8.35.1", "algoliasearch": "5.29.0", - "astro": "5.10.1", + "astro": "5.10.2", "astro-breadcrumbs": "3.3.1", "astro-icon": "1.1.5", "astro-live-code": "0.0.6", @@ -7161,11 +7161,10 @@ } }, "node_modules/astro": { - "version": "5.10.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.10.1.tgz", - "integrity": "sha512-DJVmt+51jU1xmgmAHCDwuUgcG/5aVFSU+tcX694acAZqPVt8EMUAmUZcJDX36Z7/EztnPph9HR3pm72jS2EgHQ==", + "version": "5.10.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.10.2.tgz", + "integrity": "sha512-CCBU+e/Apk6NWEMnc/R9dVZD/+FaCnNqWJicX1Oe6T18vLKop+LPs/m/88ekJk4zxP1g1N/GfUq4wEedUSk1Wg==", "dev": true, - "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", "@astrojs/internal-helpers": "0.6.1", diff --git a/package.json b/package.json index 46431d8a00f6b32..8c5ad7a8ede03db 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@types/react-dom": "19.0.4", "@typescript-eslint/parser": "8.35.1", "algoliasearch": "5.29.0", - "astro": "5.10.1", + "astro": "5.10.2", "astro-breadcrumbs": "3.3.1", "astro-icon": "1.1.5", "astro-live-code": "0.0.6",