Bump tailwindcss from 3.3.6 to 3.3.7 in /ui (#1168)

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.3.6 to 3.3.7.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.3.7/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.3.6...v3.3.7)

---
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] 2023-12-18 22:02:33 -05:00 committed by GitHub
parent b4d8229659
commit 46b79862c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.3",
"svelte-spa-router": "^3.3.0",
"svelte-table": "^0.6.1",
"tailwindcss": "^3.3.6",
"tailwindcss": "^3.3.7",
"vite": "^4.5.1"
}
},
@ -4275,9 +4275,9 @@
}
},
"node_modules/tailwindcss": {
"version": "3.3.6",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.6.tgz",
"integrity": "sha512-AKjF7qbbLvLaPieoKeTjG1+FyNZT6KaJMJPFeQyLfIp7l82ggH1fbHJSsYIvnbTFQOlkh+gBYpyby5GT1LIdLw==",
"version": "3.3.7",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.7.tgz",
"integrity": "sha512-pjgQxDZPvyS/nG3ZYkyCvsbONJl7GdOejfm24iMt2ElYQQw8Jc4p0m8RdMp7mznPD0kUhfzwV3zAwa80qI0zmQ==",
"dev": true,
"dependencies": {
"@alloc/quick-lru": "^5.2.0",

View File

@ -32,7 +32,7 @@
"svelte-preprocess": "^5.1.3",
"svelte-spa-router": "^3.3.0",
"svelte-table": "^0.6.1",
"tailwindcss": "^3.3.6",
"tailwindcss": "^3.3.7",
"vite": "^4.5.1"
}
}