Skip to content

Commit fe9551d

Browse files
fix: upgrade lucide-react to 0.541.0 to resolve security issue (#5732)
- 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: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Alek <[email protected]>
1 parent d9b242a commit fe9551d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyi_hashes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"reflex/components/el/elements/tables.pyi": "e3f299e59bb8ff87aa949c6b606551c9",
4040
"reflex/components/el/elements/typography.pyi": "b4ec4ffb448f7a9b5f94712404448d9e",
4141
"reflex/components/gridjs/datatable.pyi": "98a7e1b3f3b60cafcdfcd8879750ee42",
42-
"reflex/components/lucide/icon.pyi": "69e5b61d7a914321fdc03280960d511c",
42+
"reflex/components/lucide/icon.pyi": "9ac28107e4f03fbdee21864b022325d2",
4343
"reflex/components/markdown/markdown.pyi": "2f84254a548e908020949564fc289339",
4444
"reflex/components/moment/moment.pyi": "93fa4c6009390fe9400197ab52735b84",
4545
"reflex/components/plotly/plotly.pyi": "4311a0aae2abcc9226abb6a273f96372",

reflex/components/lucide/icon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from reflex.vars.base import LiteralVar, Var
77
from reflex.vars.sequence import LiteralStringVar, StringVar
88

9-
LUCIDE_LIBRARY = "lucide-react@0.540.0"
9+
LUCIDE_LIBRARY = "lucide-react@0.541.0"
1010

1111

1212
class LucideIconComponent(Component):

0 commit comments

Comments
 (0)