diff --git a/website/package-lock.json b/website/package-lock.json index 35179470e..62d01c3e6 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@astrojs/starlight": "^0.40.0", - "astro": "^6.4.5", + "astro": "^6.4.8", "sharp": "^0.34.5", "starlight-llms-txt": "^0.10.0" }, @@ -2316,9 +2316,9 @@ } }, "node_modules/astro": { - "version": "6.4.5", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.4.5.tgz", - "integrity": "sha512-0R7WLD1+WD/mTPcZxyKtcF0CztQi9ahFRtGM7oChJhxjNbr4lSBenxi+mk91k5bPTaUEoZ6edg1fDo2qP8bCwg==", + "version": "6.4.8", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.4.8.tgz", + "integrity": "sha512-KK5lX90uU9EeVaTjINyj3sy9/NFXVa59aowaqbWBDDKLXZh4rr7GwIaCFYVetE22MJtsCNFerQXn0vlCLmpP/Q==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^4.0.0", diff --git a/website/package.json b/website/package.json index bbe67175e..4ba086683 100644 --- a/website/package.json +++ b/website/package.json @@ -26,7 +26,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.40.0", - "astro": "^6.4.5", + "astro": "^6.4.8", "sharp": "^0.34.5", "starlight-llms-txt": "^0.10.0" },