From a068f32758ff695da4b7e9ffa9681a69cd09a44c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 07:29:09 +0000 Subject: [PATCH] chore(deps-dev): bump @astrojs/sitemap from 3.3.1 to 3.4.1 Bumps [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) from 3.3.1 to 3.4.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.4.1/packages/integrations/sitemap) --- updated-dependencies: - dependency-name: "@astrojs/sitemap" dependency-version: 3.4.1 dependency-type: direct:development update-type: version-update:semver-minor ... 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 75b5d67..bad4074 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "devDependencies": { "@astrojs/mdx": "^4.2.4", "@astrojs/react": "^4.2.4", - "@astrojs/sitemap": "^3.3.0", + "@astrojs/sitemap": "^3.4.1", "@astrojs/tailwind": "^6.0.2", "@divriots/jampack": "^0.33.0", "@tailwindcss/typography": "^0.5.16", @@ -231,9 +231,9 @@ } }, "node_modules/@astrojs/sitemap": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.3.1.tgz", - "integrity": "sha512-GRnDUCTviBSNfXJ0Jmur+1/C+z3g36jy79VyYggfe1uNyEYSTcmAfTTCmbytrRvJRNyJJnSfB/77Gnm9PiXRRg==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.4.1.tgz", + "integrity": "sha512-VjZvr1e4FH6NHyyHXOiQgLiw94LnCVY4v06wN/D0gZKchTMkg71GrAHJz81/huafcmavtLkIv26HnpfDq6/h/Q==", "dependencies": { "sitemap": "^8.0.0", "stream-replace-string": "^2.0.0", diff --git a/package.json b/package.json index 9cfdca7..07375fc 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "devDependencies": { "@astrojs/mdx": "^4.2.4", "@astrojs/react": "^4.2.4", - "@astrojs/sitemap": "^3.3.0", + "@astrojs/sitemap": "^3.4.1", "@astrojs/tailwind": "^6.0.2", "@divriots/jampack": "^0.33.0", "@tailwindcss/typography": "^0.5.16",