From f6b61713b4c958b4c63dd589a728a939ea5b8fa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 14:51:10 +0000 Subject: [PATCH] build(deps): bump tailwind-merge from 3.4.0 to 3.4.1 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] --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 2a0f97c..1123f76 100644 --- a/bun.lock +++ b/bun.lock @@ -19,7 +19,7 @@ "lucide-react": "^0.563.0", "react": "^19.2.3", "react-dom": "^19.2.3", - "tailwind-merge": "^3.4.0", + "tailwind-merge": "^3.4.1", }, "devDependencies": { "@biomejs/biome": "^2.3.13", @@ -674,7 +674,7 @@ "symbol-tree": ["symbol-tree@3.2.4", "", {}, "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="], - "tailwind-merge": ["tailwind-merge@3.4.0", "", {}, "sha512-uSaO4gnW+b3Y2aWoWfFpX62vn2sR3skfhbjsEnaBI81WD1wBLlHZe5sWf0AqjksNdYTbGBEd0UasQMT3SNV15g=="], + "tailwind-merge": ["tailwind-merge@3.4.1", "", {}, "sha512-2OA0rFqWOkITEAOFWSBSApYkDeH9t2B3XSJuI4YztKBzK3mX0737A2qtxDZ7xkw9Zfh0bWl+r34sF3HXV+Ig7Q=="], "tailwindcss": ["tailwindcss@4.1.18", "", {}, "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw=="], diff --git a/package.json b/package.json index f9e85aa..324aa0e 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "lucide-react": "^0.563.0", "react": "^19.2.3", "react-dom": "^19.2.3", - "tailwind-merge": "^3.4.0" + "tailwind-merge": "^3.4.1" }, "devDependencies": { "@biomejs/biome": "^2.3.13",