From b80378b0eb2f386ca19c85184c5ad73dd506fd80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 01:25:22 +0000 Subject: [PATCH] build(deps): Bump @astrojs/sitemap from 3.7.3 to 3.7.4 in /docs Bumps [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) from 3.7.3 to 3.7.4. - [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.4/packages/integrations/sitemap) --- updated-dependencies: - dependency-name: "@astrojs/sitemap" dependency-version: 3.7.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 11 ++++------- docs/package.json | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 3f1057b936d..cffc1101037 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/markdown-remark": "7.2.4", "@astrojs/rss": "^4.0.19", - "@astrojs/sitemap": "^3.7.3", + "@astrojs/sitemap": "^3.7.4", "@astrojs/starlight": "^0.41.10", "@primer/octicons": "^19.33.0", "astro": "^7.2.9", @@ -553,11 +553,12 @@ } }, "node_modules/@astrojs/sitemap": { - "version": "3.7.3", + "version": "3.7.4", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.7.4.tgz", + "integrity": "sha512-LbKNC24bdUWcQf/pThB6qLlSqHojxGjZDURIzFocY8rlWnAn2t74nnhnK6S5x0NHriHoAduLEpVjRykmeGiVvA==", "license": "MIT", "dependencies": { "sitemap": "^9.0.0", - "stream-replace-string": "^2.0.0", "zod": "^4.3.6" } }, @@ -7880,10 +7881,6 @@ "astro": ">=7.0.2" } }, - "node_modules/stream-replace-string": { - "version": "2.0.0", - "license": "MIT" - }, "node_modules/strictdom": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/strictdom/-/strictdom-1.0.1.tgz", diff --git a/docs/package.json b/docs/package.json index 3d5bedbf57f..3bdc9993500 100644 --- a/docs/package.json +++ b/docs/package.json @@ -24,7 +24,7 @@ "dependencies": { "@astrojs/markdown-remark": "7.2.4", "@astrojs/rss": "^4.0.19", - "@astrojs/sitemap": "^3.7.3", + "@astrojs/sitemap": "^3.7.4", "@astrojs/starlight": "^0.41.10", "@primer/octicons": "^19.33.0", "astro": "^7.2.9",