From 674bbbbe422cfbb081a5b376497bdad0f029be30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 10:05:07 +0000 Subject: [PATCH] Bump daisyui from 4.4.23 to 4.4.24 (#442) Bumps [daisyui](https://github.com/saadeghi/daisyui) from 4.4.23 to 4.4.24. - [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.4.23...v4.4.24) --- 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 3af495f..eacadef 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.4.23", + "daisyui": "4.4.24", "next": "14.0.4", "react": "18.2.0", "react-dom": "18.2.0", @@ -2149,9 +2149,9 @@ } }, "node_modules/daisyui": { - "version": "4.4.23", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.4.23.tgz", - "integrity": "sha512-IFQRGoGoAke8chxPcDqQJFldVVd51JL7b4mRA3LqsLexW/6xicZzz9X3GXdGdnYsu8QPxZN4uzQZ5fwRNYXOSg==", + "version": "4.4.24", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.4.24.tgz", + "integrity": "sha512-u/B3484J08V7N0rIYymnC+SyxOjlYQL+2vyhHWV+/KC+VaUcbEF2Z3H06eCPgdTiZ0J+ml44aH7wBhIymPFQ+g==", "dependencies": { "css-selector-tokenizer": "^0.8", "culori": "^3", diff --git a/package.json b/package.json index fc74550..7554dcc 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@boxyhq/saml20": "1.3.3", - "daisyui": "4.4.23", + "daisyui": "4.4.24", "next": "14.0.4", "react": "18.2.0", "react-dom": "18.2.0",