From a5062c9b58d38b587c9f762c8f4f6d4cf7ebcf3f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Sep 2024 08:59:30 +0000 Subject: [PATCH] fix: upgrade tailwind-merge from 2.0.0 to 2.5.0 Snyk has created this PR to upgrade tailwind-merge from 2.0.0 to 2.5.0. See this package in npm: tailwind-merge See this project in Snyk: https://app.snyk.io/org/pradumchintamani/project/d5caced2-d041-4bf8-9779-c9c088710ab0?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend/package-lock.json | 12 +++++------- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7238246..7cfa8d3 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -19,7 +19,7 @@ "react-router-dom": "^6.18.0", "react-tag-input": "^6.8.1", "react-toastify": "^9.1.3", - "tailwind-merge": "^2.0.0", + "tailwind-merge": "^2.5.0", "tailwindcss-animate": "^1.0.7", "zod": "^3.22.4" }, @@ -8784,12 +8784,10 @@ "dev": true }, "node_modules/tailwind-merge": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.0.0.tgz", - "integrity": "sha512-WO8qghn9yhsldLSg80au+3/gY9E4hFxIvQ3qOmlpXnqpDKoMruKfi/56BbbMg6fHTQJ9QD3cc79PoWqlaQE4rw==", - "dependencies": { - "@babel/runtime": "^7.23.1" - }, + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.5.0.tgz", + "integrity": "sha512-a6Q/isR5XAo9IR7Hjh80BQDkn8PG9ONJpSO/U3vGzdKyKG125lPHNXdiPfeQ5X0EOG0qKlS/0qnxdBYkLlD6tA==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/dcastil" diff --git a/frontend/package.json b/frontend/package.json index 0eb7413..ecfd70e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,7 +23,7 @@ "react-router-dom": "^6.18.0", "react-tag-input": "^6.8.1", "react-toastify": "^9.1.3", - "tailwind-merge": "^2.0.0", + "tailwind-merge": "^2.5.0", "tailwindcss-animate": "^1.0.7", "zod": "^3.22.4" },