diff --git a/package-lock.json b/package-lock.json index 58b53b2..9dc36e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "react-icons": "^5.0.1", "rehype-slug": "^6.0.0", "remark-gfm": "^3.0.1", - "tailwind-merge": "^2.2.1", + "tailwind-merge": "^2.2.2", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { @@ -9202,11 +9202,11 @@ } }, "node_modules/tailwind-merge": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.2.1.tgz", - "integrity": "sha512-o+2GTLkthfa5YUt4JxPfzMIpQzZ3adD1vLVkvKE1Twl9UAhGsEbIZhHHZVRttyW177S8PDJI3bTQNaebyofK3Q==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.2.2.tgz", + "integrity": "sha512-tWANXsnmJzgw6mQ07nE3aCDkCK4QdT3ThPMCzawoYA2Pws7vSTCvz3Vrjg61jVUGfFZPJzxEP+NimbcW+EdaDw==", "dependencies": { - "@babel/runtime": "^7.23.7" + "@babel/runtime": "^7.24.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 67b0365..c66b071 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "react-icons": "^5.0.1", "rehype-slug": "^6.0.0", "remark-gfm": "^3.0.1", - "tailwind-merge": "^2.2.1", + "tailwind-merge": "^2.2.2", "tailwindcss-animate": "^1.0.7" }, "devDependencies": {