diff --git a/website/package-lock.json b/website/package-lock.json index cd1b75312f8..7d728b2f0ba 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -14,7 +14,7 @@ "@astrojs/starlight-tailwind": "3.0.1", "@astrojs/tailwind": "6.0.2", "@playform/compress": "0.2.0", - "astro": "5.10.1", + "astro": "5.10.2", "astro-better-image-service": "2.1.7", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0", @@ -2452,9 +2452,9 @@ } }, "node_modules/astro": { - "version": "5.10.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.10.1.tgz", - "integrity": "sha512-DJVmt+51jU1xmgmAHCDwuUgcG/5aVFSU+tcX694acAZqPVt8EMUAmUZcJDX36Z7/EztnPph9HR3pm72jS2EgHQ==", + "version": "5.10.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.10.2.tgz", + "integrity": "sha512-CCBU+e/Apk6NWEMnc/R9dVZD/+FaCnNqWJicX1Oe6T18vLKop+LPs/m/88ekJk4zxP1g1N/GfUq4wEedUSk1Wg==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", diff --git a/website/package.json b/website/package.json index 3644c205692..7acac707cc3 100644 --- a/website/package.json +++ b/website/package.json @@ -23,7 +23,7 @@ "@astrojs/starlight-tailwind": "3.0.1", "@astrojs/tailwind": "6.0.2", "@playform/compress": "0.2.0", - "astro": "5.10.1", + "astro": "5.10.2", "astro-better-image-service": "2.1.7", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0",