Bump daisyui from 3.7.3 to 3.7.4 in /web (#731)

Bumps [daisyui](https://github.com/saadeghi/daisyui) from 3.7.3 to 3.7.4.
- [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/saadeghi/daisyui/compare/v3.7.3...v3.7.4)

---
updated-dependencies:
- dependency-name: daisyui
  dependency-type: direct:production
  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-09-14 07:49:15 -04:00 committed by GitHub
parent caa8cd967f
commit f40b9cfd43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@ -11,7 +11,7 @@
"@iconify/svelte": "^3.1.4",
"@sveltestack/svelte-query": "^1.6.0",
"clipboard": "^2.0.11",
"daisyui": "^3.7.3",
"daisyui": "^3.7.4",
"highlight.js": "^11.8.0",
"markdown-it": "^13.0.1",
"markdown-it-highlightjs": "^4.0.1",
@ -1763,9 +1763,9 @@
}
},
"node_modules/daisyui": {
"version": "3.7.3",
"resolved": "https://registry.npmjs.org/daisyui/-/daisyui-3.7.3.tgz",
"integrity": "sha512-gKlz3RwfaukZxf8nQZsDAZ7quUSi7F8HjGGB34tkHruvfQB9cgVDQsmqUqSQtkAJYvzbrg/3dLUa9+5jF4iC1A==",
"version": "3.7.4",
"resolved": "https://registry.npmjs.org/daisyui/-/daisyui-3.7.4.tgz",
"integrity": "sha512-hAgTomIK8RDQ/RLH9Z2NxZiNVAO40w08FlhgYS/8CTFF+wggeHeNJ0qNBHWAJJzhjD8UU2u4PZ4nc4r9rwfTLw==",
"dependencies": {
"colord": "^2.9",
"css-selector-tokenizer": "^0.8",

View File

@ -40,7 +40,7 @@
"@iconify/svelte": "^3.1.4",
"@sveltestack/svelte-query": "^1.6.0",
"clipboard": "^2.0.11",
"daisyui": "^3.7.3",
"daisyui": "^3.7.4",
"highlight.js": "^11.8.0",
"markdown-it": "^13.0.1",
"markdown-it-highlightjs": "^4.0.1",