From f6ec9471da38407f0bdc3e6439c2b7cfbe924ae1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 May 2024 01:20:57 +0000 Subject: [PATCH] fix: upgrade tailwind-merge from 2.2.2 to 2.3.0 Snyk has created this PR to upgrade tailwind-merge from 2.2.2 to 2.3.0. See this package in npm: tailwind-merge See this project in Snyk: https://app.snyk.io/org/vigneshshettyin/project/f292640c-2272-4ab3-b7a3-dc7f2f3bba3e?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 662c2a6..fd2c04a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "date-fns": "^3.6.0", "ioredis": "^5.4.1", "lucide-react": "^0.366.0", - "next": "^14.2.3", + "next": "14.2.3", "next-auth": "^4.24.7", "next-themes": "^0.3.0", "prisma": "^5.13.0", @@ -49,7 +49,7 @@ "react-dom": "^18.3.1", "react-resizable-panels": "^2.0.16", "react-share": "^5.1.0", - "tailwind-merge": "^2.2.2", + "tailwind-merge": "^2.3.0", "tailwindcss-animate": "^1.0.7", "ua-parser-js": "^1.0.37", "zod": "^3.23.6" @@ -6962,11 +6962,12 @@ } }, "node_modules/tailwind-merge": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.2.2.tgz", - "integrity": "sha512-tWANXsnmJzgw6mQ07nE3aCDkCK4QdT3ThPMCzawoYA2Pws7vSTCvz3Vrjg61jVUGfFZPJzxEP+NimbcW+EdaDw==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.3.0.tgz", + "integrity": "sha512-vkYrLpIP+lgR0tQCG6AP7zZXCTLc1Lnv/CCRT3BqJ9CZ3ui2++GPaGb1x/ILsINIMSYqqvrpqjUFsMNLlW99EA==", + "license": "MIT", "dependencies": { - "@babel/runtime": "^7.24.0" + "@babel/runtime": "^7.24.1" }, "funding": { "type": "github", diff --git a/package.json b/package.json index b4e2073..008adba 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "react-dom": "^18.3.1", "react-resizable-panels": "^2.0.16", "react-share": "^5.1.0", - "tailwind-merge": "^2.2.2", + "tailwind-merge": "^2.3.0", "tailwindcss-animate": "^1.0.7", "ua-parser-js": "^1.0.37", "zod": "^3.23.6"