From 41d0e4be9112a9923a9239874d7c4c985c56a25e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 15:25:24 +0000 Subject: [PATCH] build(deps): bump tailwind-merge from 2.6.0 to 3.2.0 Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 2.6.0 to 3.2.0. - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](https://github.com/dcastil/tailwind-merge/compare/v2.6.0...v3.2.0) --- updated-dependencies: - dependency-name: tailwind-merge dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 54b9c4e..f2a2641 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "node-cron": "^3.0.3", "react": "^18", "react-dom": "^18", - "tailwind-merge": "^2.6.0", + "tailwind-merge": "^3.2.0", "tailwindcss-animate": "^1.0.7", "youtube-dl-exec": "^3.0.20" }, @@ -7003,9 +7003,9 @@ } }, "node_modules/tailwind-merge": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.6.0.tgz", - "integrity": "sha512-P+Vu1qXfzediirmHOC3xKGAYeZtPcV9g76X+xg2FD4tYgR71ewMA35Y3sCz3zhiN/dwefRpJX0yBcgwi1fXNQA==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.2.0.tgz", + "integrity": "sha512-FQT/OVqCD+7edmmJpsgCsY820RTD5AkBryuG5IUqR5YQZSdj5xlH5nLgH7YPths7WsLPSpSBNneJdM8aS8aeFA==", "license": "MIT", "funding": { "type": "github", diff --git a/package.json b/package.json index 9fb33e3..fd2a2c9 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "node-cron": "^3.0.3", "react": "^18", "react-dom": "^18", - "tailwind-merge": "^2.6.0", + "tailwind-merge": "^3.2.0", "tailwindcss-animate": "^1.0.7", "youtube-dl-exec": "^3.0.20" },