diff --git a/website/package-lock.json b/website/package-lock.json index da2e703a6a9..616dd4d8318 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -14,7 +14,7 @@ "@astrojs/starlight-tailwind": "3.0.0", "@astrojs/tailwind": "5.1.5", "@playform/compress": "0.1.9", - "astro": "5.7.2", + "astro": "5.7.3", "astro-better-image-service": "2.1.5", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0", @@ -2840,9 +2840,9 @@ } }, "node_modules/astro": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.7.2.tgz", - "integrity": "sha512-h/+MjrirU2xT+khkxvwPxE7c1O4nxzVtuSnGIqx+3dtrmUoxJvnNeIBnO7ED0mWzo6ClZ4aVBQj63M7U47anLg==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.7.3.tgz", + "integrity": "sha512-2b/OOS/A6GO4QP94x6oRzwTfXabFqE2rlUbbi42o6wZm9+zzcOc6VRFAq4lTOEI/iCrEVl3wTdBAC5X3h3Es+Q==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.11.0", diff --git a/website/package.json b/website/package.json index 0d6a88276e0..f7dd3aa1150 100644 --- a/website/package.json +++ b/website/package.json @@ -23,7 +23,7 @@ "@astrojs/starlight-tailwind": "3.0.0", "@astrojs/tailwind": "5.1.5", "@playform/compress": "0.1.9", - "astro": "5.7.2", + "astro": "5.7.3", "astro-better-image-service": "2.1.5", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0",