From d78877c76c006bcc7ef359f345ac5724c6f159e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 00:38:38 +0000 Subject: [PATCH] Bump @astrojs/sitemap from 3.0.5 to 3.1.2 Bumps [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) from 3.0.5 to 3.1.2. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/sitemap/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/sitemap@3.1.2/packages/integrations/sitemap) --- updated-dependencies: - dependency-name: "@astrojs/sitemap" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 19fa52d..bec60fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/mdx": "^2.1.1", "@astrojs/react": "^3.0.10", "@astrojs/rss": "^4.0.5", - "@astrojs/sitemap": "^3.0.5", + "@astrojs/sitemap": "^3.1.2", "@astrojs/tailwind": "^5.1.0", "@nanostores/persistent": "^0.9.1", "@nanostores/react": "^0.7.1", @@ -275,9 +275,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.2", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.1.2.tgz", + "integrity": "sha512-FxOJldIl5ltZ5CNjocQxHkAO9orwHBjqtaU28o4smobp9vowS0nbGp+I9CrPxkzWdl1crSDm9vjL9tnvG1DSug==", "dependencies": { "sitemap": "^7.1.1", "zod": "^3.22.4" diff --git a/package.json b/package.json index f0a6b5f..683c148 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@astrojs/mdx": "^2.1.1", "@astrojs/react": "^3.0.10", "@astrojs/rss": "^4.0.5", - "@astrojs/sitemap": "^3.0.5", + "@astrojs/sitemap": "^3.1.2", "@astrojs/tailwind": "^5.1.0", "@nanostores/persistent": "^0.9.1", "@nanostores/react": "^0.7.1",