diff --git a/package-lock.json b/package-lock.json index 6eec6a61..d68fc29a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -84,7 +84,7 @@ "sharp": "^0.33.3", "sonner": "^1.4.41", "superjson": "^2.2.1", - "tailwind-merge": "^2.3.0", + "tailwind-merge": "^2.4.0", "tiptap-markdown": "^0.8.10", "zod": "^3.23.8" }, @@ -26712,12 +26712,10 @@ } }, "node_modules/tailwind-merge": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.3.0.tgz", - "integrity": "sha512-vkYrLpIP+lgR0tQCG6AP7zZXCTLc1Lnv/CCRT3BqJ9CZ3ui2++GPaGb1x/ILsINIMSYqqvrpqjUFsMNLlW99EA==", - "dependencies": { - "@babel/runtime": "^7.24.1" - }, + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.4.0.tgz", + "integrity": "sha512-49AwoOQNKdqKPd9CViyH5wJoSKsCDjUlzL8DxuGp3P1FsGY36NJDAa18jLZcaHAUUuTj+JB8IAo8zWgBNvBF7A==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/dcastil" diff --git a/package.json b/package.json index 637a7fa7..858cf7ed 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "sharp": "^0.33.3", "sonner": "^1.4.41", "superjson": "^2.2.1", - "tailwind-merge": "^2.3.0", + "tailwind-merge": "^2.4.0", "tiptap-markdown": "^0.8.10", "zod": "^3.23.8" },