diff --git a/package-lock.json b/package-lock.json index 64260dd51..724590708 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@algolia/client-search": "^4.22.1", "@astrojs/mdx": "^2.1.1", "@astrojs/react": "^3.0.10", - "@astrojs/sitemap": "^3.0.5", + "@astrojs/sitemap": "^3.1.0", "@astrojs/tailwind": "^5.1.0", "@docsearch/css": "^3.5.2", "@docsearch/react": "^3.5.2", @@ -545,9 +545,9 @@ } }, "node_modules/@astrojs/sitemap": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.0.5.tgz", - "integrity": "sha512-60eLzNjMza3ABypiQPUC6ElOSZNZeY5CwSwgJ03hfeonl+Db9x12CCzBFdTw7A5Mq+O54xEZVUrR0tB+yWgX8w==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.1.0.tgz", + "integrity": "sha512-eAlD3ISaESByanYtr08yfwIYNZdLEvF8shSne5SaxSdrvtK7fS8UQTF0GpDFUpU/NOyqwB7YmndjlTplhYLP1A==", "dependencies": { "sitemap": "^7.1.1", "zod": "^3.22.4" diff --git a/package.json b/package.json index 273d680f9..c093db606 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@algolia/client-search": "^4.22.1", "@astrojs/mdx": "^2.1.1", "@astrojs/react": "^3.0.10", - "@astrojs/sitemap": "^3.0.5", + "@astrojs/sitemap": "^3.1.0", "@astrojs/tailwind": "^5.1.0", "@docsearch/css": "^3.5.2", "@docsearch/react": "^3.5.2",