Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"isbot": "^5.1.22",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "7.9.6",
"react-router": "7.12.0",
Copy link

Choose a reason for hiding this comment

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

Version mismatch between react-router and react-router-dom

Medium Severity

The react-router package is updated to 7.12.0 while react-router-dom remains at 7.9.6. These packages are released in lockstep and react-router-dom depends on a matching react-router version. Additionally, @react-router/dev and @react-router/fs-routes in devDependencies are also still at 7.9.6. This version mismatch can cause compatibility issues, runtime errors, or unexpected behavior in the test application.

Additional Locations (1)

Fix in Cursor Fix in Web

"react-router-dom": "7.9.6"
},
"devDependencies": {
Expand Down
Loading