From 50de5c371796da7ff24866284162ff4f6eee6f89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 22:33:50 +0100 Subject: [PATCH] Bump daisyui from 3.7.3 to 3.7.4 (#300) Bumps [daisyui](https://github.com/saadeghi/daisyui) from 3.7.3 to 3.7.4. - [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md) - [Commits](https://github.com/saadeghi/daisyui/compare/v3.7.3...v3.7.4) --- 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 154d6cf..6126df4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache 2.0", "dependencies": { "@boxyhq/saml20": "1.2.4", - "daisyui": "3.7.3", + "daisyui": "3.7.4", "next": "13.4.19", "react": "18.2.0", "react-dom": "18.2.0", @@ -1020,9 +1020,9 @@ "license": "MIT" }, "node_modules/daisyui": { - "version": "3.7.3", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-3.7.3.tgz", - "integrity": "sha512-gKlz3RwfaukZxf8nQZsDAZ7quUSi7F8HjGGB34tkHruvfQB9cgVDQsmqUqSQtkAJYvzbrg/3dLUa9+5jF4iC1A==", + "version": "3.7.4", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-3.7.4.tgz", + "integrity": "sha512-hAgTomIK8RDQ/RLH9Z2NxZiNVAO40w08FlhgYS/8CTFF+wggeHeNJ0qNBHWAJJzhjD8UU2u4PZ4nc4r9rwfTLw==", "dependencies": { "colord": "^2.9", "css-selector-tokenizer": "^0.8", diff --git a/package.json b/package.json index c8efb9d..feafab8 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@boxyhq/saml20": "1.2.4", - "daisyui": "3.7.3", + "daisyui": "3.7.4", "next": "13.4.19", "react": "18.2.0", "react-dom": "18.2.0",