From 2819f9de2105f95922b3f4787fe44d641227cd36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 21:07:26 +0000 Subject: [PATCH] fix(deps): update dependency @astrojs/sitemap to ^3.1.1 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 47abd4210..b588d3cd6 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.1.0", + "@astrojs/sitemap": "^3.1.1", "@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.1.0", - "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.1.0.tgz", - "integrity": "sha512-eAlD3ISaESByanYtr08yfwIYNZdLEvF8shSne5SaxSdrvtK7fS8UQTF0GpDFUpU/NOyqwB7YmndjlTplhYLP1A==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.1.1.tgz", + "integrity": "sha512-qPgdBIcDUaea98mTtLfi5z9oXZpzSjEn/kes70/Ex8FOZZ+DIHVKRYOLOtvy8p+FTXr/9oc7BjmIbTYmYLLJVg==", "dependencies": { "sitemap": "^7.1.1", "zod": "^3.22.4" diff --git a/package.json b/package.json index 4861831ce..35ed1f352 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.1.0", + "@astrojs/sitemap": "^3.1.1", "@astrojs/tailwind": "^5.1.0", "@docsearch/css": "^3.5.2", "@docsearch/react": "^3.5.2",