From 549f78c57a187ed0b173731fa185e607f3c3405e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 15:57:19 +0000 Subject: [PATCH] Bump daisyui from 4.7.3 to 4.9.0 (#559) Bumps [daisyui](https://github.com/saadeghi/daisyui) from 4.7.3 to 4.9.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.7.3...v4.9.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 5cd13e6..e5b648e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache 2.0", "dependencies": { "@boxyhq/saml20": "1.4.14", - "daisyui": "4.7.3", + "daisyui": "4.9.0", "next": "14.1.4", "react": "18.2.0", "react-dom": "18.2.0", @@ -2285,9 +2285,9 @@ } }, "node_modules/daisyui": { - "version": "4.7.3", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.7.3.tgz", - "integrity": "sha512-R8jUpBMAUm4rSyxzGa9QqFdJTkzREtb1QahXdDoOfElGiF4VbSuu5bfqQoOro1kkSagPy+aTKu5WtSSXmH3u3g==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.9.0.tgz", + "integrity": "sha512-9JsDx4E+30kPxThE+6yEwQokqg1957uwTx/skP2RE98fG6Ten6U+S9YXeQg1a3CI958aF5aOb0oEA+KZFfrZUA==", "dependencies": { "css-selector-tokenizer": "^0.8", "culori": "^3", diff --git a/package.json b/package.json index f18260e..922fa9f 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@boxyhq/saml20": "1.4.14", - "daisyui": "4.7.3", + "daisyui": "4.9.0", "next": "14.1.4", "react": "18.2.0", "react-dom": "18.2.0",