From 0eed9b7d9b7fa18d4366e37602900da93c59ba5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 08:17:24 +0000 Subject: [PATCH] build(deps): bump lucide-react from 0.577.0 to 1.16.0 Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.577.0 to 1.16.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.16.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae9c65e..e7810c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "html-to-jsx-transform": "^1.2.1", "json-to-pretty-yaml": "^1.2.2", "jszip": "^3.10.1", - "lucide-react": "^0.577.0", + "lucide-react": "^1.16.0", "next": "^16.2.3", "next-navigation": "^1.0.6", "postcss": "8.5.15", @@ -11427,9 +11427,9 @@ "license": "ISC" }, "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.16.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.16.0.tgz", + "integrity": "sha512-dYwyPzb4MEKpGUmNYk3WKWPnMrHs3FKM+q94kAnJrcDIqqn1hq2xY8scaS2ovsOCM5D51ey2gaRG3PBb1vgoYQ==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/package.json b/package.json index f2fb006..db62ff5 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "html-to-jsx-transform": "^1.2.1", "json-to-pretty-yaml": "^1.2.2", "jszip": "^3.10.1", - "lucide-react": "^0.577.0", + "lucide-react": "^1.16.0", "next": "^16.2.3", "next-navigation": "^1.0.6", "postcss": "8.5.15",