From fb6e5b79519b96c8e5c7c04d62a052fa51fa7c87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 23:33:02 +0000 Subject: [PATCH] Bump daisyui from 4.0.5 to 4.0.7 (#393) Bumps [daisyui](https://github.com/saadeghi/daisyui) from 4.0.5 to 4.0.7. - [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.0.5...v4.0.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> --- 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 fb2b6e94..242f84c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache 2.0", "dependencies": { "@boxyhq/saml20": "1.3.2", - "daisyui": "4.0.5", + "daisyui": "4.0.7", "next": "14.0.2", "react": "18.2.0", "react-dom": "18.2.0", @@ -1173,9 +1173,9 @@ } }, "node_modules/daisyui": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.0.5.tgz", - "integrity": "sha512-UNHgz5puB9YHlTM6/BsjHmc1G08i0YP/5Qth9zoeP3pdFrIJ5WOkHeDBx8jmmz29rqoG4Q1PCRbsGo4WyiVlKg==", + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.0.7.tgz", + "integrity": "sha512-D84DnNDZKcamwNsxCMrwYaddyz5kC6VO6oe30nM1x67GzCAfarfd3Ar1rpLGXCIqSsEoNZUHO8EcXvX93W2ZkA==", "dependencies": { "css-selector-tokenizer": "^0.8", "culori": "^3", diff --git a/package.json b/package.json index 98057f76..e134bc52 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@boxyhq/saml20": "1.3.2", - "daisyui": "4.0.5", + "daisyui": "4.0.7", "next": "14.0.2", "react": "18.2.0", "react-dom": "18.2.0",