From 49df9b0cd66b13c03305f84adf9e57de9487bf5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:23:07 +0000 Subject: [PATCH] chore(deps-dev): bump tailwind-merge from 2.5.4 to 2.5.5 (#429) 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 3c8feb9f..3f29cf6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "prettier-plugin-astro": "^0.14.1", "reading-time": "^1.5.0", "sharp": "0.33.5", - "tailwind-merge": "^2.5.4", + "tailwind-merge": "^2.5.5", "tailwindcss": "^3.4.15", "typescript": "^5.6.3" }, @@ -10918,9 +10918,9 @@ } }, "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==", "dev": true, "funding": { "type": "github", diff --git a/package.json b/package.json index 2f066ded..cf3977b4 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "prettier-plugin-astro": "^0.14.1", "reading-time": "^1.5.0", "sharp": "0.33.5", - "tailwind-merge": "^2.5.4", + "tailwind-merge": "^2.5.5", "tailwindcss": "^3.4.15", "typescript": "^5.6.3" },