From 422ed0696fc6c8443ef60621321a8e01ca62287d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 23:39:44 +0000 Subject: [PATCH] fix(deps): update astro monorepo to v3.7.3 --- 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 c257bfa..fd1fcb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "@sourcectl/webpage", "version": "1.0.0", "dependencies": { - "@astrojs/sitemap": "3.7.2", + "@astrojs/sitemap": "3.7.3", "@tailwindcss/vite": "4.2.2", "astro": "6.3.1", "tailwindcss": "4.2.2" @@ -75,9 +75,9 @@ } }, "node_modules/@astrojs/sitemap": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.7.2.tgz", - "integrity": "sha512-PqkzkcZTb5ICiyIR8VoKbIAP/laNRXi5tw616N1Ckk+40oNB8Can1AzVV56lrbC5GKSZFCyJYUVYqVivMisvpA==", + "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 05bb851..dc8183f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/sitemap": "3.7.2", + "@astrojs/sitemap": "3.7.3", "@tailwindcss/vite": "4.2.2", "astro": "6.3.1", "tailwindcss": "4.2.2"