diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 09b68b2c..d514f249 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -20,7 +20,7 @@ "react-dom": "^19.2.4", "reactflow": "^11.11.4", "recharts": "^3.7.0", - "tailwind-merge": "^3.4.0", + "tailwind-merge": "^3.5.0", "uuid": "^13.0.0" }, "devDependencies": { @@ -7159,9 +7159,9 @@ } }, "node_modules/tailwind-merge": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.4.0.tgz", - "integrity": "sha512-uSaO4gnW+b3Y2aWoWfFpX62vn2sR3skfhbjsEnaBI81WD1wBLlHZe5sWf0AqjksNdYTbGBEd0UasQMT3SNV15g==", + "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", diff --git a/dashboard/package.json b/dashboard/package.json index f8859dd8..a3925e97 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -21,7 +21,7 @@ "react-dom": "^19.2.4", "reactflow": "^11.11.4", "recharts": "^3.7.0", - "tailwind-merge": "^3.4.0", + "tailwind-merge": "^3.5.0", "uuid": "^13.0.0" }, "devDependencies": {