From 006dbeca260298ce95597ebf1811ec77603e0bb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 22:53:32 +0100 Subject: [PATCH] Bump daisyui from 4.10.1 to 4.10.2 (#589) Bumps [daisyui](https://github.com/saadeghi/daisyui) from 4.10.1 to 4.10.2. - [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.10.1...v4.10.2) --- 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 376066b..b7fee83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache 2.0", "dependencies": { "@boxyhq/saml20": "1.5.0", - "daisyui": "4.10.1", + "daisyui": "4.10.2", "next": "14.2.1", "react": "18.2.0", "react-dom": "18.2.0", @@ -2320,9 +2320,9 @@ } }, "node_modules/daisyui": { - "version": "4.10.1", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.10.1.tgz", - "integrity": "sha512-Ds0Z0Fv+Xf6ZEqV4Q5JIOeKfg83xxnww0Lzid0V94vPtlQ0yYmucEa33zSctsX2VEgBALtmk5zVEqd59pnUbuQ==", + "version": "4.10.2", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.10.2.tgz", + "integrity": "sha512-eCWS1W/JPyxW9IvlgW5m0R6rp9ZhRsBTW37rvEUthckkjsV04u8XipV519OoccSA46ixhSJa3q7XLI1WUFtRCA==", "dependencies": { "css-selector-tokenizer": "^0.8", "culori": "^3", diff --git a/package.json b/package.json index de7c350..3950bf3 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@boxyhq/saml20": "1.5.0", - "daisyui": "4.10.1", + "daisyui": "4.10.2", "next": "14.2.1", "react": "18.2.0", "react-dom": "18.2.0",