From f721e8c7b45e4aead05297335c4b194b77bf1185 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 10:05:06 +0530 Subject: [PATCH] Bump daisyui from 3.7.7 to 3.8.3 (#327) Bumps [daisyui](https://github.com/saadeghi/daisyui) from 3.7.7 to 3.8.3. - [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md) - [Commits](https://github.com/saadeghi/daisyui/compare/v3.7.7...v3.8.3) --- updated-dependencies: - dependency-name: daisyui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d511852..be3d88e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache 2.0", "dependencies": { "@boxyhq/saml20": "1.2.4", - "daisyui": "3.7.7", + "daisyui": "3.8.3", "next": "13.5.3", "react": "18.2.0", "react-dom": "18.2.0", @@ -1091,9 +1091,9 @@ "license": "MIT" }, "node_modules/daisyui": { - "version": "3.7.7", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-3.7.7.tgz", - "integrity": "sha512-2/nFdW/6R9MMnR8tTm07jPVyPaZwpUSkVsFAADb7Oq8N2Ynbls57laDdNqxTCUmn0QvcZi01TKl8zQbAwRfw1w==", + "version": "3.8.3", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-3.8.3.tgz", + "integrity": "sha512-64QuR6niTv58E5YyAVBkoXQGngp04jt6XOcKGxnq1C/7r5ZE3bDuOSc4ktT7CPacTRjl5cCeNYY13VxLpZP+7A==", "dependencies": { "colord": "^2.9", "css-selector-tokenizer": "^0.8", diff --git a/package.json b/package.json index 43f6a81..51a9c44 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@boxyhq/saml20": "1.2.4", - "daisyui": "3.7.7", + "daisyui": "3.8.3", "next": "13.5.3", "react": "18.2.0", "react-dom": "18.2.0",