From 40923427460a77616a88fb31c843ea8312029305 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 21:54:44 +0000 Subject: [PATCH] Bump daisyui from 4.6.2 to 4.6.3 (#498) Bumps [daisyui](https://github.com/saadeghi/daisyui) from 4.6.2 to 4.6.3. - [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.6.2...v4.6.3) --- 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 19ce6be..6122f18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache 2.0", "dependencies": { "@boxyhq/saml20": "1.4.10", - "daisyui": "4.6.2", + "daisyui": "4.6.3", "next": "14.1.0", "react": "18.2.0", "react-dom": "18.2.0", @@ -2253,9 +2253,9 @@ } }, "node_modules/daisyui": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.6.2.tgz", - "integrity": "sha512-LBIbI76wVVRCQt1Uis2Y2/PRdGfMkNMFsHOjfpav8n7SamwRwPOCiNUClIrnX2jerWW3mLZlzRMCnQfxmGEjow==", + "version": "4.6.3", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.6.3.tgz", + "integrity": "sha512-0Y8G0EwO1aQlvhasDuUAYH35XCK/808dwYdkT4VqQ2kqtErcd/MFaHqK4CGhXwf6PWsWImmIpotFehWkUrlxnw==", "dependencies": { "css-selector-tokenizer": "^0.8", "culori": "^3", diff --git a/package.json b/package.json index d94e98e..7894dcb 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@boxyhq/saml20": "1.4.10", - "daisyui": "4.6.2", + "daisyui": "4.6.3", "next": "14.1.0", "react": "18.2.0", "react-dom": "18.2.0",