Skip to content

[Snyk] Security upgrade next from 14.2.32 to 15.5.10#1328

Open
omercnet wants to merge 1 commit intomainfrom
snyk-fix-2549a8cb641ba173cbcbb5c48340a707
Open

[Snyk] Security upgrade next from 14.2.32 to 15.5.10#1328
omercnet wants to merge 1 commit intomainfrom
snyk-fix-2549a8cb641ba173cbcbb5c48340a707

Conversation

@omercnet
Copy link
Member

@omercnet omercnet commented Feb 3, 2026

snyk-top-banner

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.json
⚠️ Warning
Failed to update the pnpm-lock.yaml, please update manually before merging.

Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Allocation of Resources Without Limits or Throttling
SNYK-JS-NEXT-15104645
  696  

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

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

…uce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NEXT-15104645
Copilot AI review requested due to automatic review settings February 3, 2026 11:51
@vercel
Copy link

vercel bot commented Feb 3, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
access-key-management-widget Error Error Feb 3, 2026 11:53am
audit-management-widget Error Error Feb 3, 2026 11:53am
role-management-widget Error Error Feb 3, 2026 11:53am
user-management-widget Error Error Feb 3, 2026 11:53am
user-profile-widget Error Error Feb 3, 2026 11:53am

Request Review

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment on lines 16 to 17
"react": "^18.2.0",
"react-dom": "^18.2.0"
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^19.0.0",
"react-dom": "^19.0.0"

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants