From 3c0e08a93b91e871b8a06bd33b813d38a98e7ece Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 10:20:30 +0000 Subject: [PATCH] Bump @astrojs/sitemap from 3.0.3 to 3.0.5 Bumps [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) from 3.0.3 to 3.0.5. - [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.0.5/packages/integrations/sitemap) --- updated-dependencies: - dependency-name: "@astrojs/sitemap" dependency-type: direct:production update-type: version-update:semver-patch ... 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 df67f149..fb420872 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/check": "^0.3.2", "@astrojs/react": "^3.0.7", "@astrojs/rss": "^4.0.1", - "@astrojs/sitemap": "^3.0.3", + "@astrojs/sitemap": "^3.0.5", "@coingecko/cryptoformat": "^0.8.0", "@nanostores/persistent": "^0.9.1", "@nanostores/query": "^0.2.8", @@ -251,9 +251,9 @@ } }, "node_modules/@astrojs/sitemap": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.0.3.tgz", - "integrity": "sha512-+GRKp1yho9dpHBcMcU6JpbL41k0yYZghOkNsMRb8QIRflbGHvd787tdv9oIZ5NJj0SqAuOlqp2UpqLkJXuAe2A==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.0.5.tgz", + "integrity": "sha512-60eLzNjMza3ABypiQPUC6ElOSZNZeY5CwSwgJ03hfeonl+Db9x12CCzBFdTw7A5Mq+O54xEZVUrR0tB+yWgX8w==", "dependencies": { "sitemap": "^7.1.1", "zod": "^3.22.4" diff --git a/package.json b/package.json index cc40292e..9e9dd65c 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@astrojs/check": "^0.3.2", "@astrojs/react": "^3.0.7", "@astrojs/rss": "^4.0.1", - "@astrojs/sitemap": "^3.0.3", + "@astrojs/sitemap": "^3.0.5", "@coingecko/cryptoformat": "^0.8.0", "@nanostores/persistent": "^0.9.1", "@nanostores/query": "^0.2.8",