From 04d512faa57059e7ca3f4e1562bdd78f573ba7a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 15:04:02 +0000 Subject: [PATCH] chore(deps-dev): bump lucide-react in /tracker/frontend Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 1.23.0 to 1.24.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.24.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 1.24.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tracker/frontend/package-lock.json | 8 ++++---- tracker/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tracker/frontend/package-lock.json b/tracker/frontend/package-lock.json index 88316ab3a7..4d3ae18e58 100644 --- a/tracker/frontend/package-lock.json +++ b/tracker/frontend/package-lock.json @@ -30,7 +30,7 @@ "cross-env": "^10.1.0", "eslint": "^10", "eslint-config-next": "16.2.10", - "lucide-react": "^1.23.0", + "lucide-react": "^1.24.0", "next-themes": "^0.4.6", "prettier": "^3.9.4", "prettier-plugin-packagejson": "^3.0.2", @@ -7635,9 +7635,9 @@ } }, "node_modules/lucide-react": { - "version": "1.23.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.23.0.tgz", - "integrity": "sha512-38BpJcD0JhFosxHApP/BYsBetLpQFRoTRzEzstM/XCc3jsAG7wqaY1lgVwxiUe3xqYE+lNxo2PkCmYwXWrwwIw==", + "version": "1.24.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.24.0.tgz", + "integrity": "sha512-YT6mBD8lGKkg4nM39enlm94/sfJIiW0YKUT60fBy4YK8tai31ylg1VhGNWxkpSKHo9UagfnZqwIff3HTDQwXeA==", "dev": true, "license": "ISC", "peerDependencies": { diff --git a/tracker/frontend/package.json b/tracker/frontend/package.json index 55f022c014..9a062b4f0d 100644 --- a/tracker/frontend/package.json +++ b/tracker/frontend/package.json @@ -37,7 +37,7 @@ "cross-env": "^10.1.0", "eslint": "^10", "eslint-config-next": "16.2.10", - "lucide-react": "^1.23.0", + "lucide-react": "^1.24.0", "next-themes": "^0.4.6", "prettier": "^3.9.4", "prettier-plugin-packagejson": "^3.0.2",