From a52654be61177e0a07f3be3de6261ff80f239110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 13:25:17 +0100 Subject: [PATCH] build(deps): bump daisyui from 4.12.12 to 4.12.13 (#745) Bumps [daisyui](https://github.com/saadeghi/daisyui) from 4.12.12 to 4.12.13. - [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.12...v4.12.13) --- 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 49bab76..5a9111e 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.12", + "daisyui": "4.12.13", "next": "14.2.14", "react": "18.3.1", "react-dom": "18.3.1", @@ -2237,9 +2237,9 @@ } }, "node_modules/daisyui": { - "version": "4.12.12", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.12.12.tgz", - "integrity": "sha512-xmCZ4piuWOjhNyB0VDKczB5vKFCipTA7UxaZNOzCz6cT8kvWgv5BDtUo+Hk9gOFufByOlfuBdzLpfhY5GsebTQ==", + "version": "4.12.13", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.12.13.tgz", + "integrity": "sha512-BnXyQoOByUF/7wSdIKubyhXxbtL8gxwY3u2cNMkxGP39TSVJqMmlItqtpY903fQnLI/NokC+bc+ZV+PEPsppPw==", "dependencies": { "css-selector-tokenizer": "^0.8", "culori": "^3", diff --git a/package.json b/package.json index 18f145d..3d66550 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@boxyhq/saml20": "1.5.1", - "daisyui": "4.12.12", + "daisyui": "4.12.13", "next": "14.2.14", "react": "18.3.1", "react-dom": "18.3.1",