[Snyk] Security upgrade next from 15.4.2 to 16.1.5 - #43
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
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.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on February 7
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| "ics": "^3.8.1", | ||
| "lucide-react": "^0.525.0", | ||
| "next": "^15.2.3", | ||
| "next": "^16.1.5", |
There was a problem hiding this comment.
eslint-config-next version not updated with Next.js upgrade
Medium Severity
Upgrading next from version 15 to 16 without also upgrading eslint-config-next (still at ^15.2.3 in devDependencies) causes a version mismatch. The eslint-config-next package is versioned to match its corresponding Next.js version, and using mismatched versions can lead to linting errors, unrecognized Next.js 16 APIs, or incorrect deprecation warnings during builds and CI runs.
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
Note
Medium Risk
Upgrades Next.js across a major version, which can introduce breaking framework/runtime changes at build and request handling time. The lockfile is not updated in this PR, so installs may still resolve to the old version until
pnpm-lock.yamlis regenerated.Overview
Updates the
nextdependency inpackage.jsonfrom^15.2.3to^16.1.5(Snyk-driven security upgrade).No other dependencies or code are changed, and
pnpm-lock.yamlis not updated as part of this PR.Written by Cursor Bugbot for commit d42faeb. This will update automatically on new commits. Configure here.