[Snyk] Security upgrade next from 15.5.9 to 16.1.5#41
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-15104645 - https://snyk.io/vuln/SNYK-JS-NEXT-15105315
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedIgnore keyword(s) in the title. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This is a Snyk-generated security PR that attempts to upgrade Next.js from version 15.5.9 to 16.1.5 to fix two high-severity vulnerabilities (SNYK-JS-NEXT-15104645 and SNYK-JS-NEXT-15105315) related to allocation of resources without limits or throttling.
Changes:
- Upgrades the
nextdependency from version 15.5.9 to 16.1.5 in package.json
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "input-otp": "latest", | ||
| "lucide-react": "^0.562.0", | ||
| "next": "15.5.9", | ||
| "next": "16.1.5", |
There was a problem hiding this comment.
According to the PR description, the pnpm-lock.yaml file failed to update automatically. This is a critical issue that must be resolved before merging. The lockfile ensures consistent dependency resolution across different environments. Without updating it, the package.json change alone will not take effect properly, and the security vulnerabilities will not actually be fixed. The lockfile needs to be manually updated by running 'pnpm install' after correcting the Next.js version to a valid one.
| "next": "16.1.5", | |
| "next": "^14.2.0", |
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-15104645 - https://snyk.io/vuln/SNYK-JS-NEXT-15105315
Snyk has created this PR to fix 2 vulnerabilities in the pnpm dependencies of this project.
Snyk changed the following file(s):
package.jsonVulnerabilities that will be fixed with an upgrade:
SNYK-JS-NEXT-15104645
SNYK-JS-NEXT-15105315
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
Summary by CodeRabbit