diff --git a/website/package-lock.json b/website/package-lock.json index d862351910c..daaaaa5f743 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.0", + "@astrojs/sitemap": "3.4.1", "@astrojs/starlight": "0.31.1", "@astrojs/starlight-tailwind": "3.0.1", "@astrojs/tailwind": "5.1.5", "@playform/compress": "0.1.9", - "astro": "5.8.1", + "astro": "5.8.2", "astro-better-image-service": "2.1.5", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0", @@ -190,9 +190,9 @@ } }, "node_modules/@astrojs/sitemap": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.4.0.tgz", - "integrity": "sha512-C5m/xsKvRSILKM3hy47n5wKtTQtJXn8epoYuUmCCstaE9XBt20yInym3Bz2uNbEiNfv11bokoW0MqeXPIvjFIQ==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.4.1.tgz", + "integrity": "sha512-VjZvr1e4FH6NHyyHXOiQgLiw94LnCVY4v06wN/D0gZKchTMkg71GrAHJz81/huafcmavtLkIv26HnpfDq6/h/Q==", "license": "MIT", "dependencies": { "sitemap": "^8.0.0", @@ -2865,9 +2865,9 @@ } }, "node_modules/astro": { - "version": "5.8.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.8.1.tgz", - "integrity": "sha512-lkBg1smMRFW+FQ6i92SgEN53o4+ItRjlRt6Ck+rEjmTcb57Bid7faTNKUQNYuNnxiesTWw3NJDyVPQPbfKDyfw==", + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.8.2.tgz", + "integrity": "sha512-t0TBpBdVluA2QVmbFBwpIqmTvBwNhIz1XTIT1BWPkDkoIgsiEMf6BOZqcoGG7f4GVKkUB9bTgMOhPgU3tbJ6vQ==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.11.0", diff --git a/website/package.json b/website/package.json index 0093278338c..00dbd81bbd3 100644 --- a/website/package.json +++ b/website/package.json @@ -18,12 +18,12 @@ }, "dependencies": { "@astrojs/check": "0.9.4", - "@astrojs/sitemap": "3.4.0", + "@astrojs/sitemap": "3.4.1", "@astrojs/starlight": "0.31.1", "@astrojs/starlight-tailwind": "3.0.1", "@astrojs/tailwind": "5.1.5", "@playform/compress": "0.1.9", - "astro": "5.8.1", + "astro": "5.8.2", "astro-better-image-service": "2.1.5", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0",