From 14439d853c9a8f3db3ac1c36390495349ac7a7ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 12:10:03 +0000 Subject: [PATCH] chore(deps)(deps): bump tailwind-merge in the tailwind group Bumps the tailwind group with 1 update: [tailwind-merge](https://github.com/dcastil/tailwind-merge/tree/HEAD/packages/tailwind-merge). Updates `tailwind-merge` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](https://github.com/dcastil/tailwind-merge/commits/tailwind-merge@3.7.0/packages/tailwind-merge) --- updated-dependencies: - dependency-name: tailwind-merge dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tailwind ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ca691cb..848fc9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "recharts": "^3.10.1", "sip.js": "^0.21.2", "sonner": "^2.0.8", - "tailwind-merge": "^3.6.0", + "tailwind-merge": "^3.7.0", "tw-animate-css": "^1.4.0", "wavesurfer.js": "^7.12.12", "web-vitals": "^5.3.0", @@ -11316,7 +11316,9 @@ } }, "node_modules/tailwind-merge": { - "version": "3.6.0", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.7.0.tgz", + "integrity": "sha512-XPPUyAc+cvspz3lHTcR/QgPfW2A0lv/xQNIjX3HGhLR+Nq2lHaLq5MtTesHn8GUr3W3DguT2KT5x3NVgRtYwmA==", "license": "MIT", "funding": { "type": "github", diff --git a/package.json b/package.json index d45be2f..b044366 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "recharts": "^3.10.1", "sip.js": "^0.21.2", "sonner": "^2.0.8", - "tailwind-merge": "^3.6.0", + "tailwind-merge": "^3.7.0", "tw-animate-css": "^1.4.0", "wavesurfer.js": "^7.12.12", "web-vitals": "^5.3.0",