From 0602f915e5bf08091e79645cc6a38ba67d43d98a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 23:26:19 +0000 Subject: [PATCH] chore(deps): bump tailwind-merge from 3.3.0 to 3.5.0 Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 3.3.0 to 3.5.0. - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](https://github.com/dcastil/tailwind-merge/compare/v3.3.0...v3.5.0) --- updated-dependencies: - dependency-name: tailwind-merge dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 75352c3..bdb7791 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "react-dom": "^18.2.0", "sharp": "^0.34.1", "stripe": "^22.0.1", - "tailwind-merge": "^3.3.0" + "tailwind-merge": "^3.5.0" }, "devDependencies": { "@tailwindcss/typography": "^0.5.16", @@ -11232,9 +11232,9 @@ "license": "MIT" }, "node_modules/tailwind-merge": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.3.0.tgz", - "integrity": "sha512-fyW/pEfcQSiigd5SNn0nApUOxx0zB/dm6UDU/rEwc2c3sX2smWUNbapHv+QRqLGVp9GWX3THIa7MUGPo+YkDzQ==", + "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/package.json b/package.json index 57b16a5..4ea8e4e 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "react-dom": "^18.2.0", "sharp": "^0.34.1", "stripe": "^22.0.1", - "tailwind-merge": "^3.3.0" + "tailwind-merge": "^3.5.0" }, "devDependencies": { "@tailwindcss/typography": "^0.5.16",