From 4a8f95284a872fd4a37a162fd6f4c2d7c80892c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 21:50:31 +0000 Subject: [PATCH] chore(deps): update dependency tailwind-merge to v2.5.3 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index be524251..b73d5993 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "eslint-plugin-file-progress": "1.5.0", "globals": "15.10.0", "linkedom": "0.18.5", - "tailwind-merge": "2.5.2", + "tailwind-merge": "2.5.3", "tailwindcss": "3.4.13", "typescript": "5.6.2", "typescript-eslint": "8.8.0", @@ -10808,9 +10808,9 @@ } }, "node_modules/tailwind-merge": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.5.2.tgz", - "integrity": "sha512-kjEBm+pvD+6eAwzJL2Bi+02/9LFLal1Gs61+QB7HvTfQQ0aXwC5LGT8PEt1gS0CWKktKe6ysPTAy3cBC5MeiIg==", + "version": "2.5.3", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.5.3.tgz", + "integrity": "sha512-d9ZolCAIzom1nf/5p4LdD5zvjmgSxY0BGgdSvmXIoMYAiPdAW/dSpP7joCDYFY7r/HkEa2qmPtkgsu0xjQeQtw==", "dev": true, "license": "MIT", "funding": { diff --git a/package.json b/package.json index f4fe8df2..0d2fb4ae 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint-plugin-file-progress": "1.5.0", "globals": "15.10.0", "linkedom": "0.18.5", - "tailwind-merge": "2.5.2", + "tailwind-merge": "2.5.3", "tailwindcss": "3.4.13", "typescript": "5.6.2", "typescript-eslint": "8.8.0",