From 3dec5931673e9343d4042d6100191c7043a2d0dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 22:05:02 +0000 Subject: [PATCH] Bump the astro-framework group with 2 updates Bumps the astro-framework group with 2 updates: [@astrojs/partytown](https://github.com/withastro/astro/tree/HEAD/packages/integrations/partytown) and [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap). Updates `@astrojs/partytown` from 2.1.5 to 2.1.6 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/partytown/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/partytown@2.1.6/packages/integrations/partytown) Updates `@astrojs/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/partytown" dependency-version: 2.1.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: astro-framework - dependency-name: "@astrojs/sitemap" dependency-version: 3.7.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 404e487f8a9..922dcdb8a2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,11 +12,11 @@ "@11ty/eleventy-fetch": "^4.0.1", "@astro-community/astro-embed-youtube": "^0.5.10", "@astrojs/mdx": "^4.3.14", - "@astrojs/partytown": "^2.1.5", + "@astrojs/partytown": "^2.1.6", "@astrojs/preact": "^4.1.3", "@astrojs/prism": "^3.3.0", "@astrojs/react": "^4.4.2", - "@astrojs/sitemap": "^3.7.1", + "@astrojs/sitemap": "^3.7.2", "@astrojs/vercel": "^8.2.11", "@chainlink/cl-search-frontend": "^0.12.1", "@chainlink/components": "^0.4.18", @@ -523,9 +523,9 @@ } }, "node_modules/@astrojs/partytown": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@astrojs/partytown/-/partytown-2.1.5.tgz", - "integrity": "sha512-Uo2Uqmvjh/5w08wGoVAspdj14hUoE28uQH8SkzaBMw9bTBNIviEkPi3VkJi+tj1ZYAY9oX7OSkRDJ48QRtMhlw==", + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/@astrojs/partytown/-/partytown-2.1.6.tgz", + "integrity": "sha512-pS95OSnPkSmuOHzwLXCea8p4P8bqmA2fm3BUBW6/egzSTaWYte/Gp1jiAoPmCZ6FV7jGx4GHduO2CUltUXc3Og==", "license": "MIT", "dependencies": { "@qwik.dev/partytown": "^0.11.2", @@ -583,9 +583,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/package.json b/package.json index fd23ee19318..1598d93d3b0 100644 --- a/package.json +++ b/package.json @@ -57,11 +57,11 @@ "@11ty/eleventy-fetch": "^4.0.1", "@astro-community/astro-embed-youtube": "^0.5.10", "@astrojs/mdx": "^4.3.14", - "@astrojs/partytown": "^2.1.5", + "@astrojs/partytown": "^2.1.6", "@astrojs/preact": "^4.1.3", "@astrojs/prism": "^3.3.0", "@astrojs/react": "^4.4.2", - "@astrojs/sitemap": "^3.7.1", + "@astrojs/sitemap": "^3.7.2", "@astrojs/vercel": "^8.2.11", "@chainlink/cl-search-frontend": "^0.12.1", "@chainlink/components": "^0.4.18",