-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Security upgrade next from 15.5.10 to 16.1.5 #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,7 +12,7 @@ | |
| "type-check": "tsc --noEmit" | ||
| }, | ||
| "dependencies": { | ||
| "next": "^15.1.2", | ||
| "next": "^16.1.5", | ||
| "react": "^18.3.1", | ||
| "react-dom": "^18.3.1", | ||
|
Comment on lines
16
to
17
|
||
| "next-auth": "^4.24.5", | ||
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR description mentions upgrading from Next.js 15.5.10, but the actual change shows an upgrade from ^15.1.2 to ^16.1.5. This is a discrepancy between the PR title and the actual code change. The change itself appears correct as ^16.1.5 will fix the security vulnerability, but the PR metadata may be inaccurate.