From 48d82049079d87e10e406dd83bbe7c3bcb58ebfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 07:08:50 +0000 Subject: [PATCH] chore(deps-dev): 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: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 0ae97b0b2d..b53761991f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "devDependencies": { "@actions/core": "^2.0.2", "@astrojs/mdx": "^4.3.13", - "@astrojs/sitemap": "^3.6.1", + "@astrojs/sitemap": "^3.7.0", "@astrojs/ts-plugin": "^1.10.6", "@babel/core": "^7.28.5", "@biomejs/biome": "^2.3.11", @@ -511,9 +511,9 @@ } }, "node_modules/@astrojs/sitemap": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.6.1.tgz", - "integrity": "sha512-+o+TbxXqQJAOd+HxCjz/5RdAMrRFGjeuO+U6zddUuTO59WqMqXnsc8uveRiEr2Ff+3McZiEne7iG4J5cnuI6kA==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.7.0.tgz", + "integrity": "sha512-+qxjUrz6Jcgh+D5VE1gKUJTA3pSthuPHe6Ao5JCxok794Lewx8hBFaWHtOnN0ntb2lfOf7gvOi9TefUswQ/ZVA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 9a9e308e35..ee76ca5ae7 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@actions/core": "^2.0.2", "@astrojs/mdx": "^4.3.13", - "@astrojs/sitemap": "^3.6.1", + "@astrojs/sitemap": "^3.7.0", "@astrojs/ts-plugin": "^1.10.6", "@babel/core": "^7.28.5", "@biomejs/biome": "^2.3.11",