From d0d724ed200aa4d761f8863de3b5afcab642651c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 04:44:38 +0000 Subject: [PATCH] chore(deps-dev): 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:development 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 0a2a14d..768b215 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "devDependencies": { "@astrojs/mdx": "^5.0.2", "@astrojs/rss": "^4.0.18", - "@astrojs/sitemap": "^3.7.1", + "@astrojs/sitemap": "^3.7.2", "@eslint/js": "^10.0.1", "@tailwindcss/typography": "^0.5.19", "@tailwindcss/vite": "^4.2.2", @@ -225,9 +225,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==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ae680a4..8bbc815 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "devDependencies": { "@astrojs/mdx": "^5.0.2", "@astrojs/rss": "^4.0.18", - "@astrojs/sitemap": "^3.7.1", + "@astrojs/sitemap": "^3.7.2", "@eslint/js": "^10.0.1", "@tailwindcss/typography": "^0.5.19", "@tailwindcss/vite": "^4.2.2",