From 519fe72aa39cb8a8f091c38bee119152a161ff6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:38:29 +0000 Subject: [PATCH] build(deps): bump daisyui from 4.12.10 to 4.12.11 Bumps [daisyui](https://github.com/saadeghi/daisyui) from 4.12.10 to 4.12.11. - [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.10...v4.12.11) --- updated-dependencies: - dependency-name: daisyui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 48413b7..2f76b34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache 2.0", "dependencies": { "@boxyhq/saml20": "1.5.1", - "daisyui": "4.12.10", + "daisyui": "4.12.11", "next": "14.2.13", "react": "18.3.1", "react-dom": "18.3.1", @@ -2306,9 +2306,9 @@ } }, "node_modules/daisyui": { - "version": "4.12.10", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.12.10.tgz", - "integrity": "sha512-jp1RAuzbHhGdXmn957Z2XsTZStXGHzFfF0FgIOZj3Wv9sH7OZgLfXTRZNfKVYxltGUOBsG1kbWAdF5SrqjebvA==", + "version": "4.12.11", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.12.11.tgz", + "integrity": "sha512-D9OJTlnU1ATiDsKkw5/TB0997Hm73zu9SFeUTthDtKd06OEJQlOLoYrGXlP2YhHZDW4VAcQnmhEphTgPFUYqSw==", "dependencies": { "css-selector-tokenizer": "^0.8", "culori": "^3", diff --git a/package.json b/package.json index eb90c10..f99a49b 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@boxyhq/saml20": "1.5.1", - "daisyui": "4.12.10", + "daisyui": "4.12.11", "next": "14.2.13", "react": "18.3.1", "react-dom": "18.3.1",