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