From c0308b043b18ee8e4af9fe1c584091938801b606 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 22:04:36 +0000 Subject: [PATCH] Bump daisyui from 4.5.0 to 4.6.0 (#458) Bumps [daisyui](https://github.com/saadeghi/daisyui) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/saadeghi/daisyui/releases) - [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md) - [Commits](https://github.com/saadeghi/daisyui/compare/v4.5.0...v4.6.0) --- 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 f039c7e..8faa16b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache 2.0", "dependencies": { "@boxyhq/saml20": "1.3.3", - "daisyui": "4.5.0", + "daisyui": "4.6.0", "next": "14.0.4", "react": "18.2.0", "react-dom": "18.2.0", @@ -2174,9 +2174,9 @@ } }, "node_modules/daisyui": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.5.0.tgz", - "integrity": "sha512-RWQCPQ0vBUaxGy768O7Ku8SRQgwdoto1lDzuKeVOcMtYghuSbUY7NoPoMK+k8JH4s1J02OvpNAgtB9MeKpZIwg==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.6.0.tgz", + "integrity": "sha512-B5ZB/sczXpp4LMdo/SZrtYY/U2hq+Vr9I15QawuWZ0VwgtSAbuZpAZUftKVryEsPuv3BM0yVlBED0nAmtis/dw==", "dependencies": { "css-selector-tokenizer": "^0.8", "culori": "^3", diff --git a/package.json b/package.json index 3513061..811b96d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@boxyhq/saml20": "1.3.3", - "daisyui": "4.5.0", + "daisyui": "4.6.0", "next": "14.0.4", "react": "18.2.0", "react-dom": "18.2.0",