-
Notifications
You must be signed in to change notification settings - Fork 110
Update npm package next to v16 [SECURITY] - autoclosed
#8334
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
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 |
|---|---|---|
|
|
@@ -88,7 +88,7 @@ | |
| "marked": "4.3.0", | ||
| "material-ui-popup-state": "4.1.0", | ||
| "millify": "6.1.0", | ||
| "next": "15.5.10", | ||
| "next": "16.0.10", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Webpack config ignored due to Turbopack default changeMedium Severity Upgrading |
||
| "next-seo": "6.8.0", | ||
| "nextjs-progressbar": "0.0.16", | ||
| "notistack": "2.0.8", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -70,7 +70,7 @@ | |
| "@vitest/coverage-istanbul": "3.2.4", | ||
| "eslint": "9.39.2", | ||
| "graphql": "16.11.0", | ||
| "next": "15.5.10", | ||
| "next": "16.0.10", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The PR description for CVE-2025-59472 recommends upgrading to 🤖 Was this useful? React with 👍 or 👎 |
||
| "react": "19.2.3", | ||
| "rimraf": "6.1.2", | ||
| "typescript": "5.9.3", | ||
|
|
||
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.
With
nextbumped to 16,@next/bundle-analyzeris still pinned to15.5.9; can we confirm this combination is supported (or that the analyzer isn’t used here) to avoid peer-dep/install or build-time issues?🤖 Was this useful? React with 👍 or 👎