diff --git a/package-lock.json b/package-lock.json index 662c2a6..fd2c04a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "date-fns": "^3.6.0", "ioredis": "^5.4.1", "lucide-react": "^0.366.0", - "next": "^14.2.3", + "next": "14.2.3", "next-auth": "^4.24.7", "next-themes": "^0.3.0", "prisma": "^5.13.0", @@ -49,7 +49,7 @@ "react-dom": "^18.3.1", "react-resizable-panels": "^2.0.16", "react-share": "^5.1.0", - "tailwind-merge": "^2.2.2", + "tailwind-merge": "^2.3.0", "tailwindcss-animate": "^1.0.7", "ua-parser-js": "^1.0.37", "zod": "^3.23.6" @@ -6962,11 +6962,12 @@ } }, "node_modules/tailwind-merge": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.2.2.tgz", - "integrity": "sha512-tWANXsnmJzgw6mQ07nE3aCDkCK4QdT3ThPMCzawoYA2Pws7vSTCvz3Vrjg61jVUGfFZPJzxEP+NimbcW+EdaDw==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.3.0.tgz", + "integrity": "sha512-vkYrLpIP+lgR0tQCG6AP7zZXCTLc1Lnv/CCRT3BqJ9CZ3ui2++GPaGb1x/ILsINIMSYqqvrpqjUFsMNLlW99EA==", + "license": "MIT", "dependencies": { - "@babel/runtime": "^7.24.0" + "@babel/runtime": "^7.24.1" }, "funding": { "type": "github", diff --git a/package.json b/package.json index b4e2073..008adba 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "react-dom": "^18.3.1", "react-resizable-panels": "^2.0.16", "react-share": "^5.1.0", - "tailwind-merge": "^2.2.2", + "tailwind-merge": "^2.3.0", "tailwindcss-animate": "^1.0.7", "ua-parser-js": "^1.0.37", "zod": "^3.23.6"