From f40b9cfd432fc72b06ffc5e2008c0d23ff19f5ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 07:49:15 -0400 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index d9fa1b2..bbae350 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -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", diff --git a/web/package.json b/web/package.json index a582208..4097762 100644 --- a/web/package.json +++ b/web/package.json @@ -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",