From 341c2c5150e3e64286d213da59ffabdbc75be1be Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 Jul 2024 08:13:39 +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/seifsamehh/project/d36b79c6-344b-4eac-886d-81c12517ae7f?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 29 ++++------------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 26 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2184441..5c24247 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "next-themes": "^0.3.0", "react": "^18", "react-dom": "^18", - "tailwind-merge": "^2.3.0", + "tailwind-merge": "^2.4.0", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { @@ -48,18 +48,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@babel/runtime": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.7.tgz", - "integrity": "sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==", - "license": "MIT", - "dependencies": { - "regenerator-runtime": "^0.14.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, "node_modules/@darkroom.engineering/tempus": { "version": "0.0.46", "resolved": "https://registry.npmjs.org/@darkroom.engineering/tempus/-/tempus-0.0.46.tgz", @@ -4603,12 +4591,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/regenerator-runtime": { - "version": "0.14.1", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", - "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", - "license": "MIT" - }, "node_modules/regexp.prototype.flags": { "version": "1.5.2", "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz", @@ -5163,13 +5145,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==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.4.0.tgz", + "integrity": "sha512-49AwoOQNKdqKPd9CViyH5wJoSKsCDjUlzL8DxuGp3P1FsGY36NJDAa18jLZcaHAUUuTj+JB8IAo8zWgBNvBF7A==", "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 827016d..9c20b2a 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "next-themes": "^0.3.0", "react": "^18", "react-dom": "^18", - "tailwind-merge": "^2.3.0", + "tailwind-merge": "^2.4.0", "tailwindcss-animate": "^1.0.7" }, "devDependencies": {