diff --git a/package-lock.json b/package-lock.json index ee591cc25..6f1f75ea3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.20.2", "dependencies": { "@astrojs/react": "^4.1.1", - "astro": "^5.0.8", + "astro": "^5.0.9", "react": "^19.0.0", "react-dom": "^19.0.0" } @@ -1900,9 +1900,9 @@ } }, "node_modules/astro": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.0.8.tgz", - "integrity": "sha512-nW4TmRCeG3t2iDmm91KPvYpYNljNfjeaneN4BX463DKAZ3MPmUn92aKefOXC0bjMHQ2Gamc8MIZ6sORS2EhyAQ==", + "version": "5.0.9", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.0.9.tgz", + "integrity": "sha512-6jRMPSB+V82y/l8XOylPYJz78ux268nNNV2SLRvUaT4faf18rvIFAR33Y25wTM0Oeukcv1951xFuFsmAkQc+jg==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", diff --git a/package.json b/package.json index fdff42285..a08d10630 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@astrojs/react": "^4.1.1", - "astro": "^5.0.8", + "astro": "^5.0.9", "react": "^19.0.0", "react-dom": "^19.0.0" }