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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"bcryptjs": "^2.4.3",
"classnames": "^2.3.1",
"lodash": "^4.17.21",
"next": "^12.0.5",
"next": "^15.5.10",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

critical

The Snyk PR description explicitly states that this is a breaking change ("isBreakingChange":true). Upgrading next from version 12 to 15 is a major version bump and will very likely introduce breaking changes that require corresponding code modifications in the application. Please ensure that all necessary code adjustments have been made to accommodate the new next version to avoid runtime errors or unexpected behavior. Thorough testing of the application is highly recommended after this upgrade.

"next-auth": "4.0.0-beta.6",
"next-connect": "^0.10.2",
"react": "^17.0.2",
Expand Down
Loading
Loading