From b66841d7d73710c1019d0e026c75d18fe0254323 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 17:16:02 +0000 Subject: [PATCH] build(deps): bump daisyui from 4.12.22 to 4.12.23 (#815) Bumps [daisyui](https://github.com/saadeghi/daisyui) from 4.12.22 to 4.12.23. - [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.12.22...v4.12.23) --- 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 | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7b88d8b..04dd30d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache 2.0", "dependencies": { "@boxyhq/saml20": "1.7.0", - "daisyui": "4.12.22", + "daisyui": "4.12.23", "next": "15.1.3", "react": "19.0.0", "react-dom": "19.0.0", @@ -2818,10 +2818,9 @@ } }, "node_modules/daisyui": { - "version": "4.12.22", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.12.22.tgz", - "integrity": "sha512-HDLWbmTnXxhE1MrMgSWjVgdRt+bVYHvfNbW3GTsyIokRSqTHonUTrxV3RhpPDjGIWaHt+ELtDCTYCtUFgL2/Nw==", - "license": "MIT", + "version": "4.12.23", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.12.23.tgz", + "integrity": "sha512-EM38duvxutJ5PD65lO/AFMpcw+9qEy6XAZrTpzp7WyaPeO/l+F/Qiq0ECHHmFNcFXh5aVoALY4MGrrxtCiaQCQ==", "dependencies": { "css-selector-tokenizer": "^0.8", "culori": "^3", diff --git a/package.json b/package.json index b3dc4f5..d6f75cc 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@boxyhq/saml20": "1.7.0", - "daisyui": "4.12.22", + "daisyui": "4.12.23", "next": "15.1.3", "react": "19.0.0", "react-dom": "19.0.0",