diff --git a/package-lock.json b/package-lock.json index fe09265bd88879..be5fb5a8591c1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@astrojs/check": "0.9.4", "@astrojs/react": "4.2.1", "@astrojs/rss": "4.0.11", - "@astrojs/sitemap": "3.3.0", + "@astrojs/sitemap": "3.4.1", "@astrojs/starlight": "0.32.3", "@astrojs/starlight-docsearch": "0.6.0", "@astrojs/starlight-tailwind": "3.0.0", @@ -776,9 +776,9 @@ "license": "MIT" }, "node_modules/@astrojs/sitemap": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.3.0.tgz", - "integrity": "sha512-nYE4lKQtk+Kbrw/w0G0TTgT724co0jUsU4tPlHY9au5HmTBKbwiCLwO/15b1/y13aZ4Kr9ZbMeMHlXuwn0ty4Q==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.4.1.tgz", + "integrity": "sha512-VjZvr1e4FH6NHyyHXOiQgLiw94LnCVY4v06wN/D0gZKchTMkg71GrAHJz81/huafcmavtLkIv26HnpfDq6/h/Q==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4090e780163635..754660bae33828 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@astrojs/check": "0.9.4", "@astrojs/react": "4.2.1", "@astrojs/rss": "4.0.11", - "@astrojs/sitemap": "3.3.0", + "@astrojs/sitemap": "3.4.1", "@astrojs/starlight": "0.32.3", "@astrojs/starlight-docsearch": "0.6.0", "@astrojs/starlight-tailwind": "3.0.0",