From 776db025f5ef00b9c6d61991537602315f29a832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 19:07:53 +0000 Subject: [PATCH] Bump @astrojs/sitemap from 3.7.1 to 3.7.2 Bumps [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) from 3.7.1 to 3.7.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.7.2/packages/integrations/sitemap) --- updated-dependencies: - dependency-name: "@astrojs/sitemap" dependency-version: 3.7.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 766b4fc..697cb45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.0.0", "dependencies": { "@astrojs/react": "^5.0.1", - "@astrojs/sitemap": "3.7.1", + "@astrojs/sitemap": "3.7.2", "@astrojs/starlight": "^0.38.2", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", @@ -227,9 +227,9 @@ } }, "node_modules/@astrojs/sitemap": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.7.1.tgz", - "integrity": "sha512-IzQqdTeskaMX+QDZCzMuJIp8A8C1vgzMBp/NmHNnadepHYNHcxQdGLQZYfkbd2EbRXUfOS+UDIKx8sKg0oWVdw==", + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.7.2.tgz", + "integrity": "sha512-PqkzkcZTb5ICiyIR8VoKbIAP/laNRXi5tw616N1Ckk+40oNB8Can1AzVV56lrbC5GKSZFCyJYUVYqVivMisvpA==", "license": "MIT", "dependencies": { "sitemap": "^9.0.0", diff --git a/package.json b/package.json index d33b570..5747269 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/react": "^5.0.1", - "@astrojs/sitemap": "3.7.1", + "@astrojs/sitemap": "3.7.2", "@astrojs/starlight": "^0.38.2", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", @@ -22,7 +22,7 @@ "swagger-ui-react": "^5.32.1" }, "overrides": { - "@astrojs/sitemap": "3.7.1" + "@astrojs/sitemap": "3.7.2" }, "devDependencies": { "@types/swagger-ui-react": "^5.18.0"