Bump tailwindcss from 3.4.5 to 3.4.10 in /ui (#1349)

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.5 to 3.4.10.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.10/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.5...v3.4.10)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-08-19 18:28:48 -04:00 committed by GitHub
parent ce11c018a0
commit 0bd53072f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
ui/package-lock.json generated
View File

@ -29,7 +29,7 @@
"svelte-preprocess": "^5.1.4",
"svelte-spa-router": "^4.0.1",
"svelte-table": "^0.6.3",
"tailwindcss": "^3.4.5",
"tailwindcss": "^3.4.10",
"vite": "^4.5.3"
}
},
@ -4826,9 +4826,9 @@
}
},
"node_modules/tailwindcss": {
"version": "3.4.5",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.5.tgz",
"integrity": "sha512-DlTxttYcogpDfx3tf/8jfnma1nfAYi2cBUYV2YNoPPecwmO3YGiFlOX9D8tGAu+EDF38ryBzvrDKU/BLMsUwbw==",
"version": "3.4.10",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz",
"integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==",
"dev": true,
"dependencies": {
"@alloc/quick-lru": "^5.2.0",

View File

@ -32,7 +32,7 @@
"svelte-preprocess": "^5.1.4",
"svelte-spa-router": "^4.0.1",
"svelte-table": "^0.6.3",
"tailwindcss": "^3.4.5",
"tailwindcss": "^3.4.10",
"vite": "^4.5.3"
}
}