From 0d581c122c9851560bc39d21a9489d283178c30a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:25:39 +0000 Subject: [PATCH] chore(deps-dev): bump @astrojs/partytown from 2.1.0 to 2.1.1 Bumps [@astrojs/partytown](https://github.com/withastro/astro/tree/HEAD/packages/integrations/partytown) from 2.1.0 to 2.1.1. - [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.1/packages/integrations/partytown) --- updated-dependencies: - dependency-name: "@astrojs/partytown" dependency-type: direct:development 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 8a057245..82321e24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ }, "devDependencies": { "@astrojs/mdx": "^2.3.1", - "@astrojs/partytown": "^2.1.0", + "@astrojs/partytown": "^2.1.1", "@astrojs/tailwind": "5.1.0", "@iconify-json/flat-color-icons": "^1.1.10", "@iconify-json/tabler": "^1.1.113", @@ -275,12 +275,12 @@ } }, "node_modules/@astrojs/partytown": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@astrojs/partytown/-/partytown-2.1.0.tgz", - "integrity": "sha512-9fjvTx2hTQpirUh1HnZZtFQaBz2R5ixrrmU/Zam3VZ9CoR3frqtnqg/Dt/i5C3UAlwiN0i8VuKxPx5cHP8yY5A==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@astrojs/partytown/-/partytown-2.1.1.tgz", + "integrity": "sha512-KvecQuGGgrDrdTjC5awmtoQXqJFinChfeizKBJyr7F5EGQPx62xq8SIWkcXamLr5xZyNw0lryKeLtIzbxRH/zw==", "dev": true, "dependencies": { - "@builder.io/partytown": "^0.10.1", + "@builder.io/partytown": "^0.10.2", "mrmime": "^2.0.0" } }, diff --git a/package.json b/package.json index af5aeeb5..514a04c9 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "devDependencies": { "@astrojs/mdx": "^2.3.1", - "@astrojs/partytown": "^2.1.0", + "@astrojs/partytown": "^2.1.1", "@astrojs/tailwind": "5.1.0", "@iconify-json/flat-color-icons": "^1.1.10", "@iconify-json/tabler": "^1.1.113",