From dda5203b5a9df5cfe8f47b23e42b9206fd503511 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Aug 2024 18:16:22 +0000 Subject: [PATCH] fix: upgrade tailwind-merge from 2.3.0 to 2.4.0 Snyk has created this PR to upgrade tailwind-merge from 2.3.0 to 2.4.0. See this package in npm: tailwind-merge See this project in Snyk: https://app.snyk.io/org/zntb/project/fd97b827-f652-4c46-bef6-6d76a78c04a5?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 12 +++++------- package.json | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ad52656..7c5a6ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "react": "^18", "react-dom": "^18", "react-hook-form": "^7.51.4", - "tailwind-merge": "^2.3.0", + "tailwind-merge": "^2.4.0", "tailwindcss-animate": "^1.0.7", "zod": "^3.23.6" }, @@ -9856,12 +9856,10 @@ } }, "node_modules/tailwind-merge": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.3.0.tgz", - "integrity": "sha512-vkYrLpIP+lgR0tQCG6AP7zZXCTLc1Lnv/CCRT3BqJ9CZ3ui2++GPaGb1x/ILsINIMSYqqvrpqjUFsMNLlW99EA==", - "dependencies": { - "@babel/runtime": "^7.24.1" - }, + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.4.0.tgz", + "integrity": "sha512-49AwoOQNKdqKPd9CViyH5wJoSKsCDjUlzL8DxuGp3P1FsGY36NJDAa18jLZcaHAUUuTj+JB8IAo8zWgBNvBF7A==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/dcastil" diff --git a/package.json b/package.json index 8e4e056..e50f528 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "react": "^18", "react-dom": "^18", "react-hook-form": "^7.51.4", - "tailwind-merge": "^2.3.0", + "tailwind-merge": "^2.4.0", "tailwindcss-animate": "^1.0.7", "zod": "^3.23.6" },