From 5aa5c85df1f0bb219c08ec713f2e18dc329f667b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 16:19:51 +0000 Subject: [PATCH] build(deps): bump lucide-react from 0.577.0 to 1.21.0 in /apps/lexfiat Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.577.0 to 1.21.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.21.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/lexfiat/package-lock.json | 8 ++++---- apps/lexfiat/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/lexfiat/package-lock.json b/apps/lexfiat/package-lock.json index 646f3c78..e2000a20 100644 --- a/apps/lexfiat/package-lock.json +++ b/apps/lexfiat/package-lock.json @@ -40,7 +40,7 @@ "@vitejs/plugin-react": "^6.0.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-react": "^0.577.0", + "lucide-react": "^1.21.0", "react": "^19.1.1", "react-dom": "^19.2.4", "react-icons": "^5.6.0", @@ -6597,9 +6597,9 @@ } }, "node_modules/lucide-react": { - "version": "0.577.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.577.0.tgz", - "integrity": "sha512-4LjoFv2eEPwYDPg/CUdBJQSDfPyzXCRrVW1X7jrx/trgxnxkHFjnVZINbzvzxjN70dxychOfg+FTYwBiS3pQ5A==", + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.21.0.tgz", + "integrity": "sha512-reEZMXq8Qdd5jg5XYkQ5TR1fB/GiQ7ih4vcrthYDtgjSDwh0i6/YLiGjsWsIwgN49gpAnd4J2elSNzncMEEUUQ==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/apps/lexfiat/package.json b/apps/lexfiat/package.json index 879e55ff..55072b25 100644 --- a/apps/lexfiat/package.json +++ b/apps/lexfiat/package.json @@ -43,7 +43,7 @@ "@vitejs/plugin-react": "^6.0.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-react": "^0.577.0", + "lucide-react": "^1.21.0", "react": "^19.1.1", "react-dom": "^19.2.4", "react-icons": "^5.6.0",