From 5e21833ccc1995d2b8aa7107f8f0938ed2f79092 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 13:28:24 +0000 Subject: [PATCH] fix(deps): update dependency lucide-react to v1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9b94e8c..dfb625a 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "framer-motion": "^12.23.0", "jsqr": "^1.4.0", "jwt-decode": "^4.0.0", - "lucide-react": "^0.577.0", + "lucide-react": "^1.0.0", "luxon": "^3.4.4", "minimatch": "^10.0.3", "next": "15.5.18", diff --git a/yarn.lock b/yarn.lock index a1ebc55..bfefdc1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6918,10 +6918,10 @@ lru-cache@^5.1.1: dependencies: yallist "^3.0.2" -lucide-react@^0.577.0: - version "0.577.0" - resolved "https://registry.yarnpkg.com/lucide-react/-/lucide-react-0.577.0.tgz#8ae89edd8415f99c6319a38b40d9c513f6fa5062" - integrity sha512-4LjoFv2eEPwYDPg/CUdBJQSDfPyzXCRrVW1X7jrx/trgxnxkHFjnVZINbzvzxjN70dxychOfg+FTYwBiS3pQ5A== +lucide-react@^1.0.0: + version "1.16.0" + resolved "https://registry.yarnpkg.com/lucide-react/-/lucide-react-1.16.0.tgz#8c19a757982ed28e28afd0da9a950d3152e4b7e5" + integrity sha512-dYwyPzb4MEKpGUmNYk3WKWPnMrHs3FKM+q94kAnJrcDIqqn1hq2xY8scaS2ovsOCM5D51ey2gaRG3PBb1vgoYQ== luxon@^3.4.4: version "3.7.2"