From 3d957598ca68a9f0101eb9bdf97b9483dfa39772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 01:04:43 +0000 Subject: [PATCH] Bump tailwind-merge from 2.2.1 to 2.2.2 Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](https://github.com/dcastil/tailwind-merge/compare/v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: tailwind-merge 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 7b0af49..84ef1bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "remark": "^15.0.1", "remark-html": "^16.0.1", "sonner": "^1.4.41", - "tailwind-merge": "^2.2.1", + "tailwind-merge": "^2.2.2", "tailwindcss-animate": "^1.0.7", "vaul": "^0.9.0", "virtua": "^0.28.0", @@ -12435,11 +12435,11 @@ } }, "node_modules/tailwind-merge": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.2.1.tgz", - "integrity": "sha512-o+2GTLkthfa5YUt4JxPfzMIpQzZ3adD1vLVkvKE1Twl9UAhGsEbIZhHHZVRttyW177S8PDJI3bTQNaebyofK3Q==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.2.2.tgz", + "integrity": "sha512-tWANXsnmJzgw6mQ07nE3aCDkCK4QdT3ThPMCzawoYA2Pws7vSTCvz3Vrjg61jVUGfFZPJzxEP+NimbcW+EdaDw==", "dependencies": { - "@babel/runtime": "^7.23.7" + "@babel/runtime": "^7.24.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index fbde755..53d7090 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "remark": "^15.0.1", "remark-html": "^16.0.1", "sonner": "^1.4.41", - "tailwind-merge": "^2.2.1", + "tailwind-merge": "^2.2.2", "tailwindcss-animate": "^1.0.7", "vaul": "^0.9.0", "virtua": "^0.28.0",