[Snyk] Security upgrade next from 14.2.35 to 15.5.10#1327
[Snyk] Security upgrade next from 14.2.35 to 15.5.10#1327
Conversation
…educe 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.35 to 15.5.10 in the pages-router example to address security vulnerability SNYK-JS-NEXT-15104645 (Allocation of Resources Without Limits or Throttling, priority score 696). This is a major version upgrade with breaking changes. The PR description includes a warning that the pnpm-lock.yaml file failed to update and requires manual intervention.
Changes:
- Upgrades Next.js dependency from 14.2.35 to 15.5.10 in the pages-router example
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "dependencies": { | ||
| "@descope/nextjs-sdk": "workspace:*", | ||
| "next": "14.2.35", | ||
| "next": "15.5.10", |
There was a problem hiding this comment.
This upgrade creates an inconsistency with the app-router example, which still uses Next.js 14.2.32. For consistency and to ensure both examples are protected against the same security vulnerability (SNYK-JS-NEXT-15104645), consider upgrading the app-router example to the same Next.js version. Both examples should ideally use the same major version to maintain consistency in the SDK's example implementations.
| "next": "15.5.10", | |
| "next": "14.2.32", |
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/pages-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