Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 4 additions & 82 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"jose": "^6.2.0",
"jszip": "^3.10.1",
"lucide-react": "^1.7.0",
"react": "^19.2.4",
"react": "^19.2.5",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

react and react-dom version mismatch after bump

Medium Severity

react was bumped to ^19.2.5 (resolving to 19.2.5) but react-dom was left at ^19.2.4 (locked to 19.2.4). The React team strongly recommends keeping react and react-dom at identical versions, as they share internal modules and version mismatches can cause subtle runtime inconsistencies. Both dependencies need to be bumped together.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit eb53d5e. Configure here.

"react-dom": "^19.2.4",
"react-dropzone": "^15.0.0",
"spark-md5": "^3.0.2"
Expand Down
Loading