From 90a0d6043b099bca5679f1cf54e6fba9c9a85152 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 01:23:06 +0000 Subject: [PATCH] fix: upgrade lucide-react to 0.541.0 to resolve security issue - Fixes #5730 where Microsoft Defender flags chrome.js as Trojan Horse - Upgrades from 0.540.0 to 0.541.0 which resolves the security issue - Allows reflex run to work without build failures Co-Authored-By: Alek --- pyi_hashes.json | 2 +- reflex/components/lucide/icon.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyi_hashes.json b/pyi_hashes.json index d4862c56641..01909ad7234 100644 --- a/pyi_hashes.json +++ b/pyi_hashes.json @@ -39,7 +39,7 @@ "reflex/components/el/elements/tables.pyi": "e3f299e59bb8ff87aa949c6b606551c9", "reflex/components/el/elements/typography.pyi": "b4ec4ffb448f7a9b5f94712404448d9e", "reflex/components/gridjs/datatable.pyi": "98a7e1b3f3b60cafcdfcd8879750ee42", - "reflex/components/lucide/icon.pyi": "69e5b61d7a914321fdc03280960d511c", + "reflex/components/lucide/icon.pyi": "9ac28107e4f03fbdee21864b022325d2", "reflex/components/markdown/markdown.pyi": "2f84254a548e908020949564fc289339", "reflex/components/moment/moment.pyi": "93fa4c6009390fe9400197ab52735b84", "reflex/components/plotly/plotly.pyi": "4311a0aae2abcc9226abb6a273f96372", diff --git a/reflex/components/lucide/icon.py b/reflex/components/lucide/icon.py index 274e2984c3b..597324c5526 100644 --- a/reflex/components/lucide/icon.py +++ b/reflex/components/lucide/icon.py @@ -6,7 +6,7 @@ from reflex.vars.base import LiteralVar, Var from reflex.vars.sequence import LiteralStringVar, StringVar -LUCIDE_LIBRARY = "lucide-react@0.540.0" +LUCIDE_LIBRARY = "lucide-react@0.541.0" class LucideIconComponent(Component):