From df90cc8bb0dde69a3d4868114959f1d1eb89635e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 05:52:18 +0000 Subject: [PATCH] fix(deps): update dependency lucide-react to ^0.555.0 --- 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 681cea09e..487366350 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -40,7 +40,7 @@ "clsx": "^2.1.1", "cmdk": "^1.1.1", "date-fns": "^4.1.0", - "lucide-react": "^0.540.0", + "lucide-react": "^0.555.0", "next-themes": "^0.4.6", "openai": "^5.13.1", "react": "^19.1.1", @@ -7807,9 +7807,9 @@ } }, "node_modules/lucide-react": { - "version": "0.540.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.540.0.tgz", - "integrity": "sha512-armkCAqQvO62EIX4Hq7hqX/q11WSZu0Jd23cnnqx0/49yIxGXyL/zyZfBxNN9YDx0ensPTb4L+DjTh3yQXUxtQ==", + "version": "0.555.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.555.0.tgz", + "integrity": "sha512-D8FvHUGbxWBRQM90NZeIyhAvkFfsh3u9ekrMvJ30Z6gnpBHS6HC6ldLg7tL45hwiIz/u66eKDtdA23gwwGsAHA==", "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 b2b0e13d7..0f241afb4 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -46,7 +46,7 @@ "clsx": "^2.1.1", "cmdk": "^1.1.1", "date-fns": "^4.1.0", - "lucide-react": "^0.540.0", + "lucide-react": "^0.555.0", "next-themes": "^0.4.6", "openai": "^5.13.1", "react": "^19.1.1",