From 09df866e25414e1d3ff99b8752d428dfb52a0395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 22:31:26 +0000 Subject: [PATCH] chore(deps): bump lucide-react in /hyper-mission-system/client Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.294.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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- hyper-mission-system/client/package-lock.json | 10 +++++----- hyper-mission-system/client/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hyper-mission-system/client/package-lock.json b/hyper-mission-system/client/package-lock.json index 766d45e7..27788eff 100644 --- a/hyper-mission-system/client/package-lock.json +++ b/hyper-mission-system/client/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "axios": "^1.6.2", "clsx": "^2.0.0", - "lucide-react": "^0.294.0", + "lucide-react": "^1.24.0", "react": "^18.2.0", "react-dom": "^18.2.0", "recharts": "^2.10.3", @@ -7168,12 +7168,12 @@ } }, "node_modules/lucide-react": { - "version": "0.294.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.294.0.tgz", - "integrity": "sha512-V7o0/VECSGbLHn3/1O67FUgBwWB+hmzshrgDVRJQhMh8uj5D3HBuIvhuAmQTtlupILSplwIZg5FTc4tTKMA2SA==", + "version": "1.24.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.24.0.tgz", + "integrity": "sha512-YT6mBD8lGKkg4nM39enlm94/sfJIiW0YKUT60fBy4YK8tai31ylg1VhGNWxkpSKHo9UagfnZqwIff3HTDQwXeA==", "license": "ISC", "peerDependencies": { - "react": "^16.5.1 || ^17.0.0 || ^18.0.0" + "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "node_modules/lz-string": { diff --git a/hyper-mission-system/client/package.json b/hyper-mission-system/client/package.json index 10e7a815..fb799544 100644 --- a/hyper-mission-system/client/package.json +++ b/hyper-mission-system/client/package.json @@ -7,7 +7,7 @@ "react-dom": "^18.2.0", "axios": "^1.6.2", "recharts": "^2.10.3", - "lucide-react": "^0.294.0", + "lucide-react": "^1.24.0", "clsx": "^2.0.0", "tailwind-merge": "^3.5.0" },