Skip to content

Commit 54e7fdb

Browse files
fix(deps): upgrade react to 19.2.1 to patch CVE-2025-55182 (#105)
* fix(deps): upgrade react to 19.2.1 and update related dependencies for CVE-2025-55182 * fix(deps): add dotenv dependency for environment variable management * fix: update eslint config and fix some warning * fix: correct comment formatting in ChainSyncManager useEffect --------- Co-authored-by: ErwanDecoster <[email protected]>
1 parent caabeea commit 54e7fdb

File tree

6 files changed

+4409
-7350
lines changed

6 files changed

+4409
-7350
lines changed

eslint.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ export default tseslint.config(
2323
'warn',
2424
{ allowConstantExport: true },
2525
],
26+
'react-hooks/refs': 'off',
27+
'react-hooks/purity': 'off',
28+
'react-hooks/set-state-in-effect': 'off',
2629
},
2730
},
2831
)

0 commit comments

Comments
 (0)