From e38fb6cbbc91f823df8403199f7a548f8339a840 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 04:46:04 +0000 Subject: [PATCH] build(deps): bump lucide-react from 0.559.0 to 0.560.0 in /dashboard Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.559.0 to 0.560.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.560.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 0.560.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 8 ++++---- dashboard/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 76fbd19f..6ee53bfa 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -14,7 +14,7 @@ "@types/uuid": "^11.0.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-react": "^0.559.0", + "lucide-react": "^0.560.0", "next": "^16.0.10", "react": "^19.1.0", "react-dom": "^19.2.1", @@ -5948,9 +5948,9 @@ "license": "ISC" }, "node_modules/lucide-react": { - "version": "0.559.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.559.0.tgz", - "integrity": "sha512-3ymrkBPXWk3U2bwUDg6TdA6hP5iGDMgPEAMLhchEgTQmA+g0Zk24tOtKtXMx35w1PizTmsBC3RhP88QYm+7mHQ==", + "version": "0.560.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.560.0.tgz", + "integrity": "sha512-NwKoUA/aBShsdL8WE5lukV2F/tjHzQRlonQs7fkNGI1sCT0Ay4a9Ap3ST2clUUkcY+9eQ0pBe2hybTQd2fmyDA==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/dashboard/package.json b/dashboard/package.json index 80fd2658..5ed61ef3 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -15,7 +15,7 @@ "@types/uuid": "^11.0.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-react": "^0.559.0", + "lucide-react": "^0.560.0", "next": "^16.0.10", "react": "^19.1.0", "react-dom": "^19.2.1",