From b83d75f9c8dc1ebc8131dbe04fb580b12594c9b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 25 Oct 2024 03:42:39 +0000 Subject: [PATCH] fix: upgrade tailwind-merge from 2.3.0 to 2.5.3 Snyk has created this PR to upgrade tailwind-merge from 2.3.0 to 2.5.3. See this package in npm: tailwind-merge See this project in Snyk: https://app.snyk.io/org/iamlucid669-QpaKjTx5hRPfJU9Ap6AuRT/project/fd137fa7-d68b-4375-9122-82b007276983?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 11 ++++------- package.json | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9e2e793..889c552 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "react-use": "^17.5.0", "recharts": "^2.12.7", "sonner": "^1.5.0", - "tailwind-merge": "^2.3.0", + "tailwind-merge": "^2.5.3", "tailwindcss-animate": "^1.0.7", "zod": "^3.23.8" }, @@ -6781,13 +6781,10 @@ "license": "MIT" }, "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==", + "version": "2.5.3", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.5.3.tgz", + "integrity": "sha512-d9ZolCAIzom1nf/5p4LdD5zvjmgSxY0BGgdSvmXIoMYAiPdAW/dSpP7joCDYFY7r/HkEa2qmPtkgsu0xjQeQtw==", "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.24.1" - }, "funding": { "type": "github", "url": "https://github.com/sponsors/dcastil" diff --git a/package.json b/package.json index d3f5765..5ad5bce 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "react-use": "^17.5.0", "recharts": "^2.12.7", "sonner": "^1.5.0", - "tailwind-merge": "^2.3.0", + "tailwind-merge": "^2.5.3", "tailwindcss-animate": "^1.0.7", "zod": "^3.23.8" },