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" },