Skip to content

[Snyk] Security upgrade next from 13.5.4 to 14.2.35#175

Open
elranu wants to merge 1 commit intomasterfrom
snyk-fix-78c533272c0189f1b57114dcde99c586
Open

[Snyk] Security upgrade next from 13.5.4 to 14.2.35#175
elranu wants to merge 1 commit intomasterfrom
snyk-fix-78c533272c0189f1b57114dcde99c586

Conversation

@elranu
Copy link
Member

@elranu elranu commented Dec 17, 2025

snyk-top-banner

Snyk has created this PR to fix 2 vulnerabilities in the yarn dependencies of this project.

Snyk changed the following file(s):

  • apps/web/package.json

Note for zero-installs users

If you are using the Yarn feature zero-installs that was introduced in Yarn V2, note that this PR does not update the .yarn/cache/ directory meaning this code cannot be pulled and immediately developed on as one would expect for a zero-install project - you will need to run yarn to update the contents of the ./yarn/cache directory.
If you are not using zero-install you can ignore this as your flow should likely be unchanged.

⚠️ Warning
Failed to update the yarn.lock, please update manually before merging.

Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Deserialization of Untrusted Data
SNYK-JS-NEXT-14400636
  852  
medium severity Improper Input Validation
SNYK-JS-NANOID-8492085
  529  

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:

🦉 Improper Input Validation
🦉 Deserialization of Untrusted Data

Copilot AI review requested due to automatic review settings December 17, 2025 10:17
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Dec 17, 2025
Copy link

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 13.5.4 to 14.2.35 to address two security vulnerabilities: a high-severity deserialization vulnerability (SNYK-JS-NEXT-14400636) and a medium-severity input validation issue in nanoid (SNYK-JS-NANOID-8492085). Note that this is a major version upgrade with potential breaking changes, and the yarn.lock file failed to update automatically and requires manual intervention before merging.

Key Changes:

  • Upgrade Next.js from 13.5.4 to 14.2.35 (major version bump)
  • Security fixes for deserialization and input validation vulnerabilities

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"js-yaml": "^4.1.0",
"lucide-react": "^0.290.0",
"next": "13.5.4",
"next": "14.2.35",
Copy link

Copilot AI Dec 17, 2025

Choose a reason for hiding this comment

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

The eslint-config-next package version (13.5.4) should be updated to match the Next.js version being upgraded to (14.2.35). Keeping eslint-config-next on version 13.5.4 while upgrading Next.js to 14.2.35 can lead to linting rules that are out of sync with the framework version, potentially missing new patterns or incorrectly flagging valid code.

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

size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants