diff --git a/website/package-lock.json b/website/package-lock.json index 22d39a56d22..dea7247792e 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.14.0", + "astro": "5.14.1", "astro-better-image-service": "2.1.9", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0", @@ -2976,9 +2976,9 @@ } }, "node_modules/astro": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.14.0.tgz", - "integrity": "sha512-p41jPzs9XhcVBPzp8ZwjU4SgxSyjgkzMq3NToRIn4CPbE/f9rb1cba5+N6TRk4A8yBudEU6MFzCMFWer7kjW3Q==", + "version": "5.14.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.14.1.tgz", + "integrity": "sha512-gPa8NY7/lP8j8g81iy8UwANF3+aukKRWS68IlthZQNgykpg80ne6lbHOp6FErYycxQ1TUhgEfkXVDQZAoJx8Bg==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", diff --git a/website/package.json b/website/package.json index 14627164a7a..cc3f998d061 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.14.0", + "astro": "5.14.1", "astro-better-image-service": "2.1.9", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0",