[Snyk] Security upgrade next from 14.2.32 to 15.5.10#1328
[Snyk] Security upgrade next from 14.2.32 to 15.5.10#1328
Conversation
…uce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-15104645
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
This PR upgrades Next.js from version 14.2.32 to 15.5.10 in the app-router example to address a high severity security vulnerability (SNYK-JS-NEXT-15104645: Allocation of Resources Without Limits or Throttling).
Changes:
- Updates Next.js dependency from 14.2.32 to 15.5.10 in the app-router example package
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "react": "^18.2.0", | ||
| "react-dom": "^18.2.0" |
There was a problem hiding this comment.
Next.js 15 officially recommends React 19, although React 18 is still supported. Since this is a major version upgrade, consider updating React and React-DOM to version 19 for optimal compatibility and to take advantage of the latest features. The current version specification "^18.2.0" may work, but could result in warnings or suboptimal behavior. Note that the main nextjs-sdk package already specifies React ">=18" in peerDependencies, indicating support for React 19.
| "react": "^18.2.0", | |
| "react-dom": "^18.2.0" | |
| "react": "^19.0.0", | |
| "react-dom": "^19.0.0" |
Snyk has created this PR to fix 1 vulnerabilities in the pnpm dependencies of this project.
Snyk changed the following file(s):
packages/sdks/nextjs-sdk/examples/app-router/package.jsonVulnerabilities that will be fixed with an upgrade:
SNYK-JS-NEXT-15104645
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Allocation of Resources Without Limits or Throttling