From 18a8775d13b8189f5aa13fd8518b7cafcce64b10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 01:45:44 +0000 Subject: [PATCH] chore(deps): bump @astrojs/partytown from 2.1.4 to 2.1.5 Bumps [@astrojs/partytown](https://github.com/withastro/astro/tree/HEAD/packages/integrations/partytown) from 2.1.4 to 2.1.5. - [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.5/packages/integrations/partytown) --- updated-dependencies: - dependency-name: "@astrojs/partytown" dependency-version: 2.1.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 843ac50..13959f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "devsumangal", "version": "2.1.1", "dependencies": { - "@astrojs/partytown": "^2.1.4", + "@astrojs/partytown": "^2.1.5", "@astrojs/react": "^4.4.2", "@radix-ui/react-aspect-ratio": "^1.1.8", "@radix-ui/react-avatar": "^1.1.11", @@ -72,12 +72,12 @@ } }, "node_modules/@astrojs/partytown": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@astrojs/partytown/-/partytown-2.1.4.tgz", - "integrity": "sha512-loUrAu0cGYFDC6dHVRiomdsBJ41VjDYXPA+B3Br51V5hENFgDSOLju86OIj1TvBACcsB22UQV7BlppODDG5gig==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@astrojs/partytown/-/partytown-2.1.5.tgz", + "integrity": "sha512-Uo2Uqmvjh/5w08wGoVAspdj14hUoE28uQH8SkzaBMw9bTBNIviEkPi3VkJi+tj1ZYAY9oX7OSkRDJ48QRtMhlw==", "license": "MIT", "dependencies": { - "@qwik.dev/partytown": "^0.11.0", + "@qwik.dev/partytown": "^0.11.2", "mrmime": "^2.0.1" } }, diff --git a/package.json b/package.json index f6ecae8..c281c04 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/partytown": "^2.1.4", + "@astrojs/partytown": "^2.1.5", "@astrojs/react": "^4.4.2", "@radix-ui/react-aspect-ratio": "^1.1.8", "@radix-ui/react-avatar": "^1.1.11",