From dc7ece55891e944e09bb12e02a759825d8a6b484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 04:39:21 +0000 Subject: [PATCH] build(deps): bump tailwind-merge from 3.4.0 to 3.4.1 in /dashboard Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](https://github.com/dcastil/tailwind-merge/compare/v3.4.0...v3.4.1) --- updated-dependencies: - dependency-name: tailwind-merge dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 8 ++++---- dashboard/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 65de5586..8ede5765 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.4.1", "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.4.1", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.4.1.tgz", + "integrity": "sha512-2OA0rFqWOkITEAOFWSBSApYkDeH9t2B3XSJuI4YztKBzK3mX0737A2qtxDZ7xkw9Zfh0bWl+r34sF3HXV+Ig7Q==", "license": "MIT", "funding": { "type": "github", diff --git a/dashboard/package.json b/dashboard/package.json index 313cdb3c..8cb2c6ab 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.4.1", "uuid": "^13.0.0" }, "devDependencies": {