Bump tailwind-merge from 2.4.0 to 2.5.2

Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 2.4.0 to 2.5.2.
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](https://github.com/dcastil/tailwind-merge/compare/v2.4.0...v2.5.2)

---
updated-dependencies:
- dependency-name: tailwind-merge
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-08-13 11:35:32 +00:00 committed by Kyuddle
parent 75f75a4535
commit 4fe6125077
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View File

@ -12,7 +12,7 @@
"flowbite": "^2.5.1",
"flowbite-svelte": "^0.46.15",
"svelte-device-info": "^1.0.5",
"tailwind-merge": "^2.4.0"
"tailwind-merge": "^2.5.2"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.4",
@ -4231,10 +4231,9 @@
}
},
"node_modules/tailwind-merge": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.4.0.tgz",
"integrity": "sha512-49AwoOQNKdqKPd9CViyH5wJoSKsCDjUlzL8DxuGp3P1FsGY36NJDAa18jLZcaHAUUuTj+JB8IAo8zWgBNvBF7A==",
"license": "MIT",
"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==",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/dcastil"

View File

@ -51,6 +51,6 @@
"flowbite": "^2.5.1",
"flowbite-svelte": "^0.46.15",
"svelte-device-info": "^1.0.5",
"tailwind-merge": "^2.4.0"
"tailwind-merge": "^2.5.2"
}
}