From 867b367e8be3a1304b035f8d62674f2cf481edd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 09:04:36 -0400 Subject: [PATCH] Bump daisyui from 3.7.6 to 3.7.7 in /web (#766) Bumps [daisyui](https://github.com/saadeghi/daisyui) from 3.7.6 to 3.7.7. - [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md) - [Commits](https://github.com/saadeghi/daisyui/compare/v3.7.6...v3.7.7) --- 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 8862bc4..7ef88ae 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.6", + "daisyui": "^3.7.7", "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.6", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-3.7.6.tgz", - "integrity": "sha512-7MsD3J1/LpRkxvkjm0OQBjmVhzEhQdi6lTfEP2Wrvgl/fjKst4KmfkM39g0iInroaFq1fEJbB/vobGDqFgXoYw==", + "version": "3.7.7", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-3.7.7.tgz", + "integrity": "sha512-2/nFdW/6R9MMnR8tTm07jPVyPaZwpUSkVsFAADb7Oq8N2Ynbls57laDdNqxTCUmn0QvcZi01TKl8zQbAwRfw1w==", "dependencies": { "colord": "^2.9", "css-selector-tokenizer": "^0.8", diff --git a/web/package.json b/web/package.json index 1ef876f..dffdd6b 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.6", + "daisyui": "^3.7.7", "highlight.js": "^11.8.0", "markdown-it": "^13.0.1", "markdown-it-highlightjs": "^4.0.1",