From 24d476c326ba613d95b5e75107d90e9adf41da6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:52:32 +0000 Subject: [PATCH] Bump tailwind-merge from 2.5.4 to 2.5.5 Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 2.5.4 to 2.5.5. - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](https://github.com/dcastil/tailwind-merge/compare/v2.5.4...v2.5.5) --- updated-dependencies: - dependency-name: tailwind-merge dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c33702..f9aac66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "flowbite": "^2.5.1", "flowbite-svelte": "^0.47.3", "svelte-device-info": "^1.0.5", - "tailwind-merge": "^2.5.4" + "tailwind-merge": "^2.5.5" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", @@ -4016,9 +4016,10 @@ } }, "node_modules/tailwind-merge": { - "version": "2.5.4", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.5.4.tgz", - "integrity": "sha512-0q8cfZHMu9nuYP/b5Shb7Y7Sh1B7Nnl5GqNr1U+n2p6+mybvRtayrQ+0042Z5byvTA8ihjlP8Odo8/VnHbZu4Q==", + "version": "2.5.5", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.5.5.tgz", + "integrity": "sha512-0LXunzzAZzo0tEPxV3I297ffKZPlKDrjj7NXphC8V5ak9yHC5zRmxnOe2m/Rd/7ivsOMJe3JZ2JVocoDdQTRBA==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/dcastil" diff --git a/package.json b/package.json index ad8a855..de3633f 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,6 @@ "flowbite": "^2.5.1", "flowbite-svelte": "^0.47.3", "svelte-device-info": "^1.0.5", - "tailwind-merge": "^2.5.4" + "tailwind-merge": "^2.5.5" } }