From 265a40f9867589a5e5e42a0bb4ce7b418788ed03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 05:27:23 +0000 Subject: [PATCH] build(deps): bump @astrojs/sitemap from 3.2.0 to 3.2.1 Bumps [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) from 3.2.0 to 3.2.1. - [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.2.1/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 93ef82575..b9e5ebd10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@astrojs/cloudflare": "^11.1.0", - "@astrojs/sitemap": "^3.2.0", + "@astrojs/sitemap": "^3.2.1", "astro": "^4.16.6", "dayjs": "^1.11.13", "escape-html": "^1.0.3", @@ -137,9 +137,9 @@ } }, "node_modules/@astrojs/sitemap": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.2.0.tgz", - "integrity": "sha512-SkrOCL3Z6HxdiXreZ1+aPBWgnBMJ31EgPdcscgQeLqI2Gqk/4EKLuw9q0SqKU9MmHpcPXXtcd0odfCk4barPoA==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.2.1.tgz", + "integrity": "sha512-uxMfO8f7pALq0ADL6Lk68UV6dNYjJ2xGUzyjjVj60JLBs5a6smtlkBYv3tQ0DzoqwS7c9n4FUx5lgv0yPo/fgA==", "dependencies": { "sitemap": "^8.0.0", "stream-replace-string": "^2.0.0", diff --git a/package.json b/package.json index 11406e5a0..8d5e1d036 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@astrojs/cloudflare": "^11.1.0", - "@astrojs/sitemap": "^3.2.0", + "@astrojs/sitemap": "^3.2.1", "astro": "^4.16.6", "dayjs": "^1.11.13", "escape-html": "^1.0.3",