diff --git a/package-lock.json b/package-lock.json index 55f15fc..0f3ed3f 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.0.2", "tailwindcss-animate": "^1.0.7", "zod": "^3.23.8" }, @@ -8594,9 +8594,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.0.2", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.0.2.tgz", + "integrity": "sha512-l7z+OYZ7mu3DTqrL88RiKrKIqO3NcpEO8V/Od04bNpvk0kiIFndGEoqfuzvj4yuhRkHKjRkII2z+KS2HfPcSxw==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/dcastil" diff --git a/package.json b/package.json index d61a8c0..f383c47 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.0.2", "tailwindcss-animate": "^1.0.7", "zod": "^3.23.8" },