Skip to content

[Snyk] Security upgrade next from 15.5.3 to 15.5.9#108

Open
dennislee928 wants to merge 1 commit intomainfrom
snyk-fix-6ce612ff07d7ac272b82ebf875c87453
Open

[Snyk] Security upgrade next from 15.5.3 to 15.5.9#108
dennislee928 wants to merge 1 commit intomainfrom
snyk-fix-6ce612ff07d7ac272b82ebf875c87453

Conversation

@dennislee928
Copy link
Copy Markdown
Owner

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 Deserialization of Untrusted Data
SNYK-JS-NEXT-14400636
  852  
medium severity Exposure of Sensitive System Information to an Unauthorized Control Sphere
SNYK-JS-NEXT-14400644
  678  

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:

🦉 Deserialization of Untrusted Data

Copilot AI review requested due to automatic review settings December 14, 2025 09:17
@vercel
Copy link
Copy Markdown

vercel Bot commented Dec 14, 2025

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

Project Deployment Review Updated (UTC)
carbon-trading-for-individuals-tbcr Error Error Dec 14, 2025 9:18am

@dennislee928
Copy link
Copy Markdown
Owner Author

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

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

Copy link
Copy Markdown

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 implements a Snyk-automated security upgrade for Next.js from version 15.5.3 to 15.5.9, addressing two vulnerabilities: a high-severity deserialization issue (SNYK-JS-NEXT-14400636, score 852) and a medium-severity information exposure issue (SNYK-JS-NEXT-14400644, score 678). The upgrade includes updates to the Next.js core package and its platform-specific SWC compiler binaries, along with automatic adjustments to peer dependency markers in the lockfile.

Key Changes

  • Next.js upgraded from 15.5.3 to 15.5.9 to fix critical security vulnerabilities
  • SWC compiler binaries updated to version 15.5.7 across all platforms (darwin, linux, win32)
  • Multiple peer dependency markers removed from package-lock.json for various packages

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Updates Next.js dependency from 15.5.3 to 15.5.9
package-lock.json Updates Next.js core, SWC compiler versions, and removes peer dependency flags for various packages

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

Comment thread package.json
"bs58": "^6.0.0",
"lucide-react": "^0.544.0",
"next": "15.5.3",
"next": "15.5.9",
Copy link

Copilot AI Dec 14, 2025

Choose a reason for hiding this comment

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

Version specifier inconsistency detected: package.json specifies "next": "15.5.9" (exact version), but package-lock.json specifies "next": "^15.5.9" (with caret). These should match to ensure consistent dependency resolution. Consider using "^15.5.9" in package.json to allow patch updates, or ensure both files use exact versioning if that's the project's convention.

Suggested change
"next": "15.5.9",
"next": "^15.5.9",

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