diff --git a/package-lock.json b/package-lock.json index e1fef7a782c4161..ec07fffca70403b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@types/react-dom": "19.0.4", "@typescript-eslint/parser": "8.33.1", "algoliasearch": "5.27.0", - "astro": "5.8.0", + "astro": "5.9.2", "astro-breadcrumbs": "3.3.1", "astro-icon": "1.1.5", "astro-live-code": "0.0.6", @@ -648,9 +648,9 @@ } }, "node_modules/@astrojs/compiler": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.11.0.tgz", - "integrity": "sha512-zZOO7i+JhojO8qmlyR/URui6LyfHJY6m+L9nwyX5GiKD78YoRaZ5tzz6X0fkl+5bD3uwlDHayf6Oe8Fu36RKNg==", + "version": "2.12.2", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.12.2.tgz", + "integrity": "sha512-w2zfvhjNCkNMmMMOn5b0J8+OmUaBL1o40ipMvqcG6NRpdC+lKxmTi48DT8Xw0SzJ3AfmeFLB45zXZXtmbsjcgw==", "dev": true, "license": "MIT" }, @@ -7206,13 +7206,13 @@ } }, "node_modules/astro": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.8.0.tgz", - "integrity": "sha512-G57ELkdIntDiSrucA5lQaRtBOjquaZ9b9NIwoz2f471ZuuJcynLjWgItgBzlrz5UMY4WqnFbVWUCKlJb7nt9bA==", + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.9.2.tgz", + "integrity": "sha512-K/zZlQOWMpamfLDOls5jvG7lrsjH1gkk3ESRZyZDCkVBtKHMF4LbjwCicm/iBb3mX3V/PerqRYzLbOy3/4JLCQ==", "dev": true, "license": "MIT", "dependencies": { - "@astrojs/compiler": "^2.11.0", + "@astrojs/compiler": "^2.12.2", "@astrojs/internal-helpers": "0.6.1", "@astrojs/markdown-remark": "6.3.2", "@astrojs/telemetry": "3.3.0", diff --git a/package.json b/package.json index 22cf2d27211f5e4..0116a24565a7fba 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@types/react-dom": "19.0.4", "@typescript-eslint/parser": "8.33.1", "algoliasearch": "5.27.0", - "astro": "5.8.0", + "astro": "5.9.2", "astro-breadcrumbs": "3.3.1", "astro-icon": "1.1.5", "astro-live-code": "0.0.6",