From 59300e40f3aa66d236b949cfd8d525e1858a070f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 13:15:56 +0000 Subject: [PATCH] Bump the astro-framework group across 1 directory with 2 updates Bumps the astro-framework group with 2 updates in the / directory: [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `@astrojs/sitemap` from 3.7.2 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) Updates `astro` from 5.18.1 to 5.18.2 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/astro@5.18.2/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@5.18.2/packages/astro) --- updated-dependencies: - dependency-name: "@astrojs/sitemap" dependency-version: 3.7.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: astro-framework - dependency-name: astro dependency-version: 5.18.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: astro-framework ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6b76565ff4f..d863aa355ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@astrojs/preact": "^4.1.3", "@astrojs/prism": "^3.3.0", "@astrojs/react": "^4.4.2", - "@astrojs/sitemap": "^3.7.2", + "@astrojs/sitemap": "^3.7.3", "@astrojs/vercel": "^8.2.11", "@chainlink/cl-search-frontend": "^0.13.2", "@chainlink/components": "^0.4.18", @@ -44,7 +44,7 @@ "@solana/wallet-adapter-solflare": "^0.6.32", "@solana/wallet-adapter-trust": "^0.1.17", "@supabase/supabase-js": "^2.106.1", - "astro": "^5.18.1", + "astro": "^5.18.2", "bignumber.js": "^9.3.1", "bs58": "^6.0.0", "clipboard": "^2.0.11", @@ -585,9 +585,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", @@ -17126,9 +17126,9 @@ } }, "node_modules/astro": { - "version": "5.18.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.18.1.tgz", - "integrity": "sha512-m4VWilWZ+Xt6NPoYzC4CgGZim/zQUO7WFL0RHCH0AiEavF1153iC3+me2atDvXpf/yX4PyGUeD8wZLq1cirT3g==", + "version": "5.18.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.18.2.tgz", + "integrity": "sha512-TnFwLnAXty5MXKPDGuKXqK4AMBXG+FH6RUdK7Oyc3gyfNoFIthT+4eRbzOK43bdRlLaZuxgciDSjgtggZ3OtGQ==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.13.0", diff --git a/package.json b/package.json index e452ed67daf..7822f3cef9b 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@astrojs/preact": "^4.1.3", "@astrojs/prism": "^3.3.0", "@astrojs/react": "^4.4.2", - "@astrojs/sitemap": "^3.7.2", + "@astrojs/sitemap": "^3.7.3", "@astrojs/vercel": "^8.2.11", "@chainlink/cl-search-frontend": "^0.13.2", "@chainlink/components": "^0.4.18", @@ -90,7 +90,7 @@ "@solana/wallet-adapter-solflare": "^0.6.32", "@solana/wallet-adapter-trust": "^0.1.17", "@supabase/supabase-js": "^2.106.1", - "astro": "^5.18.1", + "astro": "^5.18.2", "bignumber.js": "^9.3.1", "bs58": "^6.0.0", "clipboard": "^2.0.11",