diff --git a/website/package-lock.json b/website/package-lock.json index a81a72de5..53aa4239f 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@astrojs/starlight": "^0.37.0", - "astro": "^5.16.3", + "astro": "^5.16.4", "sharp": "^0.34.5", "starlight-llms-txt": "^0.6.0" }, @@ -2135,9 +2135,9 @@ } }, "node_modules/astro": { - "version": "5.16.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.3.tgz", - "integrity": "sha512-KzDk41F9Dspf5fM/Ls4XZhV4/csjJcWBrlenbnp5V3NGwU1zEaJz/HIyrdKdf5yw+FgwCeD2+Yos1Xkx9gnI0A==", + "version": "5.16.4", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.4.tgz", + "integrity": "sha512-rgXI/8/tnO3Y9tfAaUyg/8beKhlIMltbiC8Q6jCoAfEidOyaue4KYKzbe0gJIb6qEdEaG3Kf3BY3EOSLkbWOLg==", "license": "MIT", "peer": true, "dependencies": { diff --git a/website/package.json b/website/package.json index 266953af6..4dda1fcf2 100644 --- a/website/package.json +++ b/website/package.json @@ -26,7 +26,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.37.0", - "astro": "^5.16.3", + "astro": "^5.16.4", "sharp": "^0.34.5", "starlight-llms-txt": "^0.6.0" },