diff --git a/website/package-lock.json b/website/package-lock.json index c6dea60c2..c1a3af23d 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@astrojs/starlight": "^0.35.2", - "astro": "^5.13.3", + "astro": "^5.13.5", "sharp": "^0.34.3", "starlight-llms-txt": "^0.6.0" }, @@ -2079,9 +2079,9 @@ } }, "node_modules/astro": { - "version": "5.13.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.13.3.tgz", - "integrity": "sha512-V0mUOUK70UZ7xqXp5Noqse/SREU0P756KgFufBEluq5LkmBejzC2GENMUA2Na+PFwUjemElJtRlpKyrnKpFhSQ==", + "version": "5.13.5", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.13.5.tgz", + "integrity": "sha512-XmBzkl13XU97+n/QiOM5uXQdAVe0yKt5gO+Wlgc8dHRwHR499qhMQ5sMFckLJweUINLzcNGjP3F5nG4wV8a2XA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", diff --git a/website/package.json b/website/package.json index 7f0af6e83..948bd3cec 100644 --- a/website/package.json +++ b/website/package.json @@ -26,7 +26,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.35.2", - "astro": "^5.13.3", + "astro": "^5.13.5", "sharp": "^0.34.3", "starlight-llms-txt": "^0.6.0" },