From 4573d903b074f7cb50cade78495a7227aaecc73c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 09:58:46 +0000 Subject: [PATCH] chore(deps): bump lucide-react in /ui in the npm group Bumps the npm group in /ui with 1 update: [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react). Updates `lucide-react` from 1.43.0 to 1.44.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.44.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 1.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm ... 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 7cc3ad3..17e3a0c 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -13,7 +13,7 @@ "antd": "^6.6.3", "chart.js": "^4.5.1", "framer-motion": "^13.2.0", - "lucide-react": "^1.43.0", + "lucide-react": "^1.44.0", "react": "^19.3.0", "react-chartjs-2": "^5.3.1", "react-dom": "^19.3.0", @@ -3797,9 +3797,9 @@ } }, "node_modules/lucide-react": { - "version": "1.43.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.43.0.tgz", - "integrity": "sha512-ubtnda1fVK5ky0PNEpOmB0wiwhpZUyJiol4K14KCm+QKvuCkfUu54Et/rIjyupJpwiJ5Hg+BLQE86/GEsS+IgQ==", + "version": "1.44.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.44.0.tgz", + "integrity": "sha512-2egNApH4hX4j/qdCgRublh88+9u3mEhz9iSlW5ckm4kaQEqZbXbMr0l5u5JZLy8nmWRx2dbHGQkEDYz6C9aCgw==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/ui/package.json b/ui/package.json index a0d1e4c..299735e 100644 --- a/ui/package.json +++ b/ui/package.json @@ -15,7 +15,7 @@ "antd": "^6.6.3", "chart.js": "^4.5.1", "framer-motion": "^13.2.0", - "lucide-react": "^1.43.0", + "lucide-react": "^1.44.0", "react": "^19.3.0", "react-chartjs-2": "^5.3.1", "react-dom": "^19.3.0",