From 9b18207b8d4131c426eebf4cc89ef0a107ae3a82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 23:43:42 +0000 Subject: [PATCH] Bump @astrojs/sitemap from 3.6.1 to 3.7.0 Bumps [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) from 3.6.1 to 3.7.0. - [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.0/packages/integrations/sitemap) --- updated-dependencies: - dependency-name: "@astrojs/sitemap" dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5cf2cc8d..b7a6210b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "prepublishOnly": "astro build" }, "dependencies": { - "@astrojs/sitemap": "3.6.1", + "@astrojs/sitemap": "3.7.0", "@astrojs/solid-js": "5.1.3", "@playform/build": "0.2.6", "@playform/compress": "0.2.1",