diff --git a/website/package-lock.json b/website/package-lock.json index 7539c3327a1..36d1ce9577f 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.4.2", + "@astrojs/sitemap": "3.5.0", "@astrojs/starlight": "0.31.1", "@astrojs/starlight-tailwind": "3.0.1", "@astrojs/tailwind": "6.0.2", "@playform/compress": "0.2.0", - "astro": "5.12.9", + "astro": "5.13.0", "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.4.2", - "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.4.2.tgz", - "integrity": "sha512-wfN2dZzdkto6yaMtOFa/J9gc60YE3wl3rgSBoNJ+MU3lJVUMsDY9xf9uAVi8Mp/zEQKFDSJlQzBvqQUpw0Hf6g==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.5.0.tgz", + "integrity": "sha512-ldOvoBxuRgpcdndzksskOTzU55g76tkHC/POpejUbPGz6zR4rJKiXh8thX4WEPWDhCTZUafhJ1qf7k1muStHfg==", "license": "MIT", "dependencies": { "sitemap": "^8.0.0", @@ -2927,9 +2927,9 @@ } }, "node_modules/astro": { - "version": "5.12.9", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.12.9.tgz", - "integrity": "sha512-cZ7kZ61jyE5nwSrFKSRyf5Gds+uJELqQxJFqMkcgiWQvhWZJUSShn8Uz3yc9WLyLw5Kim5P5un9SkJSGogfEZQ==", + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.13.0.tgz", + "integrity": "sha512-kWahyvrrxUtgxFRRWSH5X0DESvgg4ZZ0fk6tU7blVZRgmj4PY79nzfaXFT+N+Ac2vWXX7eYUPYs1kLLk5IjBfQ==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", diff --git a/website/package.json b/website/package.json index 1c4e22b1091..599b69f4262 100644 --- a/website/package.json +++ b/website/package.json @@ -18,12 +18,12 @@ }, "dependencies": { "@astrojs/check": "0.9.4", - "@astrojs/sitemap": "3.4.2", + "@astrojs/sitemap": "3.5.0", "@astrojs/starlight": "0.31.1", "@astrojs/starlight-tailwind": "3.0.1", "@astrojs/tailwind": "6.0.2", "@playform/compress": "0.2.0", - "astro": "5.12.9", + "astro": "5.13.0", "astro-better-image-service": "2.1.8", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0",