From 8ab91535ba22e4a303f1b8c150f804e269520940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 09:17:27 +0530 Subject: [PATCH] Bump daisyui from 3.2.1 to 3.3.1 (#221) Bumps [daisyui](https://github.com/saadeghi/daisyui) from 3.2.1 to 3.3.1. - [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md) - [Commits](https://github.com/saadeghi/daisyui/compare/v3.2.1...v3.3.1) --- updated-dependencies: - dependency-name: daisyui dependency-type: direct:production update-type: version-update:semver-minor ... 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 e2ea9f6..f6a3469 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache 2.0", "dependencies": { "@boxyhq/saml20": "1.2.3", - "daisyui": "3.2.1", + "daisyui": "3.3.1", "next": "13.4.10", "react": "18.2.0", "react-dom": "18.2.0", @@ -1008,9 +1008,9 @@ "license": "MIT" }, "node_modules/daisyui": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-3.2.1.tgz", - "integrity": "sha512-gIqE6wiqoJt9G8+n3R/SwLeUnpNCE2eDhT73rP0yZYVaM7o6zVcakBH3aEW5RGpx3UkonPiLuvcgxRcb2lE8TA==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-3.3.1.tgz", + "integrity": "sha512-0PVNl+0r2Ie+FRkDNQABYcv8qLc0bt0lhUfSf8PxGocqpDsCB6cNQ5k8jOlnZIjUhc1EXMIDPU9r0pVrfRGftw==", "dependencies": { "colord": "^2.9", "css-selector-tokenizer": "^0.8", diff --git a/package.json b/package.json index 3d3e1fe..95922ff 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@boxyhq/saml20": "1.2.3", - "daisyui": "3.2.1", + "daisyui": "3.3.1", "next": "13.4.10", "react": "18.2.0", "react-dom": "18.2.0",