Skip to content

[Snyk] Security upgrade next from 9.5.5 to 10.0.2 - #171

Open
amplience-snyk wants to merge 1 commit into
masterfrom
snyk-fix-ccc6a6741b5df82aa2f19aece888bc4a
Open

[Snyk] Security upgrade next from 9.5.5 to 10.0.2#171
amplience-snyk wants to merge 1 commit into
masterfrom
snyk-fix-ccc6a6741b5df82aa2f19aece888bc4a

Conversation

@amplience-snyk

Copy link
Copy Markdown

snyk-top-banner

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

Snyk changed the following file(s):

  • package.json
  • package-lock.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Infinite loop
SNYK-JS-TAR-17909068
  710  
high severity Allocation of Resources Without Limits or Throttling
SNYK-JS-TAR-17909152
  710  

Breaking Change Risk

Merge Risk: Medium

Notice: This assessment is enhanced by AI.


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

@amplience-snyk

Copy link
Copy Markdown
Author

Merge Risk: Medium

The upgrade from Next.js v9 to v10 introduces several new features and a key behavioral change that requires verification.

While the official documentation states there are no breaking changes, routing is now case-sensitive by default. Developers should verify that the casing used in <Link> components matches the file names in the pages directory to prevent 404 errors.

Key New Features:

  • Built-in Image Component (next/image): A new component for automatic image optimization, resizing, and format selection (e.g., WebP).
  • Internationalized (i18n) Routing: Built-in support for subpath and domain routing to handle different locales.
  • React 17 Support: Full compatibility with React 17 and its new JSX Transform without configuration changes.
  • Automatic href Resolving: The as prop is no longer required on next/link for dynamic routes, simplifying link creation.

Recommendation: The primary action required is to audit internal links to ensure they use case-sensitive paths. While this is a minor version bump to 10.0.2, the core changes were introduced in 10.0.0.

Source: Next.js 10 Release Notes, Upgrading to Version 10 Guide

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

@amplience-snyk

amplience-snyk commented Jul 10, 2026

Copy link
Copy Markdown
Author

Snyk checks have failed. 15 issues have been found so far.

Status Scan Engine Critical High Medium Low Total (15)
Open Source Security 1 8 6 0 15 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@orca-security-eu orca-security-eu Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Infrastructure as Code high 0   medium 0   low 0   info 0 View in Orca
Passed Warning OSS Licenses high 0   medium 0   low 0   info 0 View in Orca
Passed Passed SAST high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca
Passed Warning Vulnerabilities high 8   medium 0   low 0   info 0 View in Orca
☢️ The following Vulnerabilities (CVEs) have been detected
PACKAGE FILE CVE ID INSTALLED VERSION FIXED VERSION
high ini ./package-lock.json CVE-2020-7788 1.3.5 1.3.6 View in code
high next ./package-lock.json CVE-2021-39178 10.0.2 11.1.1 View in code
high next ./package-lock.json CVE-2026-44577 10.0.2 15.5.16, 16.2.5 View in code
high sharp ./package-lock.json GHSA-54xq-cgqr-rpm3 0.26.2 0.32.6 View in code
high simple-get ./package-lock.json CVE-2022-0355 3.1.0 4.0.1, 3.1.1, 2.8.2 View in code
high tar-fs ./package-lock.json CVE-2024-12905 2.1.0 1.16.4, 2.1.2, 3.0.7 View in code
high tar-fs ./package-lock.json CVE-2025-48387 2.1.0 1.16.5, 2.1.3, 3.0.9 View in code
high tar-fs ./package-lock.json CVE-2025-59343 2.1.0 3.1.1, 2.1.4, 1.16.6 View in code

Note: The scan should have failed if no policies were configured in warn-only mode.

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.

2 participants