diff --git a/package-lock.json b/package-lock.json index 6a199aac..770a111d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -86,7 +86,7 @@ "sonner": "^1.2.4", "styled-components": "^6.1.1", "superjson": "^1.13.1", - "tailwind-merge": "^2.1.0", + "tailwind-merge": "^2.2.1", "tiptap-markdown": "^0.8.8", "use-debounce": "^10.0.0", "zod": "^3.22.4", @@ -15618,11 +15618,11 @@ } }, "node_modules/tailwind-merge": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.2.0.tgz", - "integrity": "sha512-SqqhhaL0T06SW59+JVNfAqKdqLs0497esifRrZ7jOaefP3o64fdFNDMrAQWZFMxTLJPiHVjRLUywT8uFz1xNWQ==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.2.1.tgz", + "integrity": "sha512-o+2GTLkthfa5YUt4JxPfzMIpQzZ3adD1vLVkvKE1Twl9UAhGsEbIZhHHZVRttyW177S8PDJI3bTQNaebyofK3Q==", "dependencies": { - "@babel/runtime": "^7.23.5" + "@babel/runtime": "^7.23.7" }, "funding": { "type": "github", diff --git a/package.json b/package.json index f919edeb..7ffd6034 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "sonner": "^1.2.4", "styled-components": "^6.1.1", "superjson": "^1.13.1", - "tailwind-merge": "^2.1.0", + "tailwind-merge": "^2.2.1", "tiptap-markdown": "^0.8.8", "use-debounce": "^10.0.0", "zod": "^3.22.4",