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
2 changes: 1 addition & 1 deletion gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"install": "^0.13.0",
"js-cookie": "^3.0.5",
"monaco-editor": "^0.50.0",
"next": "14.2.2",
"next": "15.5.10",

Choose a reason for hiding this comment

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

critical

This PR upgrades next from 14.2.2 to 15.5.10. This is a major version bump to what appears to be a pre-release/canary version of Next.js 15. Major version upgrades, especially to pre-release versions, can introduce significant breaking changes and instability into the application. The PR description itself flags this as a breaking change (isBreakingChange:true).

The vulnerability this PR aims to fix, SNYK-JS-NEXT-15104645, is resolved in version 14.2.3 and later patch versions of Next.js 14.

To fix the vulnerability without introducing the risk of major breaking changes from a pre-release version, I recommend upgrading to the latest stable patch release of Next.js 14, which is 14.2.4. This will provide the security fix while maintaining stability.

Suggested change
"next": "15.5.10",
"next": "14.2.4",

"react": "^18",
"react-beautiful-dnd": "^13.1.1",
"react-diff-view": "^3.2.1",
Expand Down
Loading
Loading