From a2e144f19e7c2c8319a297a87dd1790c0cbe01e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 00:26:50 +0000 Subject: [PATCH] Bump tailwind-merge from 3.2.0 to 3.5.0 Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 3.2.0 to 3.5.0. - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](https://github.com/dcastil/tailwind-merge/compare/v3.2.0...v3.5.0) --- updated-dependencies: - dependency-name: tailwind-merge dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 793cccd..cec89a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "react-hook-form": "^7.55.0", "react-leaflet": "^4.2.1", "react-router-dom": "^7.5.0", - "tailwind-merge": "^3.2.0", + "tailwind-merge": "^3.5.0", "uuid": "^11.1.0", "zod": "^3.24.3" }, @@ -4847,9 +4847,10 @@ "integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==" }, "node_modules/tailwind-merge": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.2.0.tgz", - "integrity": "sha512-FQT/OVqCD+7edmmJpsgCsY820RTD5AkBryuG5IUqR5YQZSdj5xlH5nLgH7YPths7WsLPSpSBNneJdM8aS8aeFA==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.5.0.tgz", + "integrity": "sha512-I8K9wewnVDkL1NTGoqWmVEIlUcB9gFriAEkXkfCjX5ib8ezGxtR3xD7iZIxrfArjEsH7F1CHD4RFUtxefdqV/A==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/dcastil" diff --git a/package.json b/package.json index 89762b2..6fd7fc3 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "react-hook-form": "^7.55.0", "react-leaflet": "^4.2.1", "react-router-dom": "^7.5.0", - "tailwind-merge": "^3.2.0", + "tailwind-merge": "^3.5.0", "uuid": "^11.1.0", "zod": "^3.24.3" },