diff --git a/package-lock.json b/package-lock.json index 1dd36d4..57304f4 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.1", "tailwindcss": "^4", "typescript": "^5" } @@ -7948,11 +7948,10 @@ } }, "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.1", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.3.1.tgz", + "integrity": "sha512-gBXpgUm/3rp1lMZZrM/w7D8GKqshif0zAymAhbCyIt8KMe+0v9DQ7cdYLR4FHH/cKpdTXb+A/tKKU3eolfsI+g==", "dev": true, - "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/dcastil" diff --git a/package.json b/package.json index 2e9fb3d..2d673de 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.1", "tailwindcss": "^4", "typescript": "^5" }