diff --git a/package-lock.json b/package-lock.json index 1dd36d4..30b3409 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "clsx": "^2.1.1", "eslint": "^9", "eslint-config-next": "15.2.4", - "tailwind-merge": "^3.0.2", + "tailwind-merge": "^3.3.0", "tailwindcss": "^4", "typescript": "^5" } @@ -7948,9 +7948,9 @@ } }, "node_modules/tailwind-merge": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.0.2.tgz", - "integrity": "sha512-l7z+OYZ7mu3DTqrL88RiKrKIqO3NcpEO8V/Od04bNpvk0kiIFndGEoqfuzvj4yuhRkHKjRkII2z+KS2HfPcSxw==", + "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==", "dev": true, "license": "MIT", "funding": { diff --git a/package.json b/package.json index 2e9fb3d..b723b49 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "clsx": "^2.1.1", "eslint": "^9", "eslint-config-next": "15.2.4", - "tailwind-merge": "^3.0.2", + "tailwind-merge": "^3.3.0", "tailwindcss": "^4", "typescript": "^5" }