From e034ebb41bb77b1624f6bf4497f2e2eea733be9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 22:38:53 +0000 Subject: [PATCH] chore(deps): bump @astrojs/sitemap from 3.7.1 to 3.7.3 Bumps [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) from 3.7.1 to 3.7.3. - [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.3/packages/integrations/sitemap) --- updated-dependencies: - dependency-name: "@astrojs/sitemap" dependency-version: 3.7.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 7be680e..79a6c5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@anthropic-ai/sdk": "^0.52.0", "@astrojs/node": "^9.5.4", - "@astrojs/sitemap": "^3.7.1", + "@astrojs/sitemap": "^3.7.3", "@node-rs/argon2": "^2.0.2", "astro": "^5.17.1", "better-sqlite3": "^12.6.2", @@ -101,9 +101,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.3", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.7.3.tgz", + "integrity": "sha512-f8euLVsyeAmAkSm/1M2Kb8sL8byQmfgbvBNaHFItCheTj/IpiJYSEWVcqDHZ/yEHxiS7+w87mQkzwZaPHmk5GA==", "license": "MIT", "dependencies": { "sitemap": "^9.0.0", diff --git a/package.json b/package.json index 53500ae..09a4bcf 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "@anthropic-ai/sdk": "^0.52.0", "@astrojs/node": "^9.5.4", - "@astrojs/sitemap": "^3.7.1", + "@astrojs/sitemap": "^3.7.3", "@node-rs/argon2": "^2.0.2", "astro": "^5.17.1", "better-sqlite3": "^12.6.2",