diff --git a/website/package-lock.json b/website/package-lock.json index 7b9e5fb1539..92861b0c14b 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -9,12 +9,12 @@ "version": "0.0.1", "dependencies": { "@astrojs/check": "0.9.4", - "@astrojs/sitemap": "3.5.0", + "@astrojs/sitemap": "3.5.1", "@astrojs/starlight": "0.31.1", "@astrojs/starlight-tailwind": "3.0.1", "@astrojs/tailwind": "6.0.2", "@playform/compress": "0.2.0", - "astro": "5.13.2", + "astro": "5.13.5", "astro-better-image-service": "2.1.8", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0", @@ -190,9 +190,9 @@ } }, "node_modules/@astrojs/sitemap": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.5.0.tgz", - "integrity": "sha512-ldOvoBxuRgpcdndzksskOTzU55g76tkHC/POpejUbPGz6zR4rJKiXh8thX4WEPWDhCTZUafhJ1qf7k1muStHfg==", + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.5.1.tgz", + "integrity": "sha512-uX5z52GLtQTgOe8r3jeGmFRYrFe52mdpLYJzqjvL1cdy5Kg3MLOZEvaZ/OCH0fSq0t7e50uJQ6oBMZG0ffszBg==", "license": "MIT", "dependencies": { "sitemap": "^8.0.0", @@ -2927,9 +2927,9 @@ } }, "node_modules/astro": { - "version": "5.13.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.13.2.tgz", - "integrity": "sha512-yjcXY0Ua3EwjpVd3GoUXa65HQ6qgmURBptA+M9GzE0oYvgfuyM7bIbH8IR/TWIbdefVUJR5b7nZ0oVnMytmyfQ==", + "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 f81eb58661a..1f6ba5ec333 100644 --- a/website/package.json +++ b/website/package.json @@ -18,12 +18,12 @@ }, "dependencies": { "@astrojs/check": "0.9.4", - "@astrojs/sitemap": "3.5.0", + "@astrojs/sitemap": "3.5.1", "@astrojs/starlight": "0.31.1", "@astrojs/starlight-tailwind": "3.0.1", "@astrojs/tailwind": "6.0.2", "@playform/compress": "0.2.0", - "astro": "5.13.2", + "astro": "5.13.5", "astro-better-image-service": "2.1.8", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0",