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 @@ -13,7 +13,7 @@
"dependencies": {
"@sentry/remix": "latest || *",
"@remix-run/css-bundle": "2.7.2",
"@remix-run/node": "2.7.2",
"@remix-run/node": "2.17.2",
Copy link

Choose a reason for hiding this comment

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

Remix package version mismatch breaks compatibility

High Severity

The @remix-run/node package is being updated to version 2.17.2 while all other @remix-run/* packages remain at 2.7.2 (@remix-run/css-bundle, @remix-run/react, @remix-run/serve, @remix-run/dev, @remix-run/eslint-config). Remix packages are designed to work together at matching versions, and this 10-minor-version mismatch is likely to cause runtime compatibility issues or test failures. All Remix packages need to be updated together to maintain compatibility.

Additional Locations (1)

Fix in Cursor Fix in Web

"@remix-run/react": "2.7.2",
"@remix-run/serve": "2.7.2",
"isbot": "^3.6.8",
Expand Down
Loading