From 58ebca24802062f7d0bb98b765bb065848f0e8b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 18:23:46 +0000 Subject: [PATCH] chore(deps): bump @astrojs/sitemap from 3.7.1 to 3.7.2 in /website Bumps [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) from 3.7.1 to 3.7.2. - [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.2/packages/integrations/sitemap) --- updated-dependencies: - dependency-name: "@astrojs/sitemap" dependency-version: 3.7.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- website/package-lock.json | 8 ++++---- website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 851be5a..cbf7922 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -8,7 +8,7 @@ "name": "flutterprobe-docs", "version": "0.1.0", "dependencies": { - "@astrojs/sitemap": "^3.3.0", + "@astrojs/sitemap": "^3.7.2", "@astrojs/starlight": "^0.38.2", "astro": "^6.0.8", "sharp": "^0.34.5" @@ -97,9 +97,9 @@ } }, "node_modules/@astrojs/sitemap": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.7.1.tgz", - "integrity": "sha512-IzQqdTeskaMX+QDZCzMuJIp8A8C1vgzMBp/NmHNnadepHYNHcxQdGLQZYfkbd2EbRXUfOS+UDIKx8sKg0oWVdw==", + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.7.2.tgz", + "integrity": "sha512-PqkzkcZTb5ICiyIR8VoKbIAP/laNRXi5tw616N1Ckk+40oNB8Can1AzVV56lrbC5GKSZFCyJYUVYqVivMisvpA==", "license": "MIT", "dependencies": { "sitemap": "^9.0.0", diff --git a/website/package.json b/website/package.json index cfd8b21..d92cf06 100644 --- a/website/package.json +++ b/website/package.json @@ -8,7 +8,7 @@ "preview": "astro preview" }, "dependencies": { - "@astrojs/sitemap": "^3.3.0", + "@astrojs/sitemap": "^3.7.2", "@astrojs/starlight": "^0.38.2", "astro": "^6.0.8", "sharp": "^0.34.5"