From 16f06ac8a6154fa5eedb61f025ecd690efd73b3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 03:10:34 +0000 Subject: [PATCH] chore(deps): bump @astrojs/sitemap from 3.2.1 to 3.3.1 Bumps [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) from 3.2.1 to 3.3.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.3.1/packages/integrations/sitemap) --- updated-dependencies: - dependency-name: "@astrojs/sitemap" dependency-version: 3.3.1 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 18a0e42..a6fba38 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@astrojs/mdx": "4.0.8", "@astrojs/react": "^4.2.0", "@astrojs/rss": "4.0.11", - "@astrojs/sitemap": "3.2.1", + "@astrojs/sitemap": "3.3.1", "@giscus/react": "^3.1.0", "@tailwindcss/vite": "4.0.7", "astro": "5.2.5",