diff --git a/package-lock.json b/package-lock.json index 687aa84..6237e91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "react-markdown": "^9.0.1", "rehype-raw": "^7.0.0", "remark-gfm": "^4.0.0", - "tailwind-merge": "^2.5.4", + "tailwind-merge": "^3.3.0", "tailwindcss-animate": "^1.0.7", "zod": "^3.23.8" }, @@ -8609,9 +8609,10 @@ } }, "node_modules/tailwind-merge": { - "version": "2.5.4", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.5.4.tgz", - "integrity": "sha512-0q8cfZHMu9nuYP/b5Shb7Y7Sh1B7Nnl5GqNr1U+n2p6+mybvRtayrQ+0042Z5byvTA8ihjlP8Odo8/VnHbZu4Q==", + "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==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/dcastil" diff --git a/package.json b/package.json index f50413f..8d74a30 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "react-markdown": "^9.0.1", "rehype-raw": "^7.0.0", "remark-gfm": "^4.0.0", - "tailwind-merge": "^2.5.4", + "tailwind-merge": "^3.3.0", "tailwindcss-animate": "^1.0.7", "zod": "^3.23.8" },