From ded62e31dae0a86c56e9f6cfd5e86af0898c0dc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 04:25:25 +0000 Subject: [PATCH] npm(deps-dev): bump daisyui Bumps the dependencies-patch-and-minor group in /ui with 1 update: [daisyui](https://github.com/saadeghi/daisyui/tree/HEAD/packages/daisyui). Updates `daisyui` from 5.5.14 to 5.5.17 - [Release notes](https://github.com/saadeghi/daisyui/releases) - [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md) - [Commits](https://github.com/saadeghi/daisyui/commits/v5.5.17/packages/daisyui) --- updated-dependencies: - dependency-name: daisyui dependency-version: 5.5.17 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies-patch-and-minor ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 8 ++++---- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index be4ab3494..94db283fa 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -18,7 +18,7 @@ "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", - "daisyui": "^5.5.14", + "daisyui": "^5.5.17", "eslint": "^9.39.2", "eslint-config-next": "16.1.6", "tailwindcss": "^4", @@ -2709,9 +2709,9 @@ "license": "MIT" }, "node_modules/daisyui": { - "version": "5.5.14", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-5.5.14.tgz", - "integrity": "sha512-L47rvw7I7hK68TA97VB8Ee0woHew+/ohR6Lx6Ah/krfISOqcG4My7poNpX5Mo5/ytMxiR40fEaz6njzDi7cuSg==", + "version": "5.5.17", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-5.5.17.tgz", + "integrity": "sha512-Y8QWps/990Epp0Gn+7ReeALSXgwrd3W36waokJvHgqUdYx6t2sj0e1krW3+YqviBa57XTJqHJNTt8HMvcODL2Q==", "dev": true, "license": "MIT", "funding": { diff --git a/ui/package.json b/ui/package.json index 21014d703..f9e783c68 100644 --- a/ui/package.json +++ b/ui/package.json @@ -19,7 +19,7 @@ "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", - "daisyui": "^5.5.14", + "daisyui": "^5.5.17", "eslint": "^9.39.2", "eslint-config-next": "16.1.6", "tailwindcss": "^4",