From 6ed2f874a3e9f95db0a8a13f3435e54b3a0b47ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 00:32:26 +0530 Subject: [PATCH] Bump daisyui from 3.5.1 to 3.6.1 (#265) Bumps [daisyui](https://github.com/saadeghi/daisyui) from 3.5.1 to 3.6.1. - [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md) - [Commits](https://github.com/saadeghi/daisyui/compare/v3.5.1...v3.6.1) --- 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 c3ea719..fcc4faf 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.5.1", + "daisyui": "3.6.1", "next": "13.4.19", "react": "18.2.0", "react-dom": "18.2.0", @@ -1020,9 +1020,9 @@ "license": "MIT" }, "node_modules/daisyui": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-3.5.1.tgz", - "integrity": "sha512-7GG+9QXnr2qQMCqnyFU8TxpaOYJigXiEtmzoivmiiZZHvxqIwYdaMAkgivqTVxEgy3Hot3m1suzZjmt1zUrvmA==", + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-3.6.1.tgz", + "integrity": "sha512-H330IdmNoQy0i6ImktBIvIVsyYujl1N2R73rDiWFjgIGPzXIFRMFh2PcmErcSzpLJmZ28jPMEwQJEJaNp6uN5g==", "dependencies": { "colord": "^2.9", "css-selector-tokenizer": "^0.8", diff --git a/package.json b/package.json index f6ff291..064e0dd 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@boxyhq/saml20": "1.2.4", - "daisyui": "3.5.1", + "daisyui": "3.6.1", "next": "13.4.19", "react": "18.2.0", "react-dom": "18.2.0",