Skip to content

CVE-2025-55184 & CVE-2025-55183#30

Merged
jbickar merged 1 commit into2.xfrom
20251211
Dec 11, 2025
Merged

CVE-2025-55184 & CVE-2025-55183#30
jbickar merged 1 commit into2.xfrom
20251211

Conversation

@jbickar
Copy link
Contributor

@jbickar jbickar commented Dec 11, 2025

Copilot AI review requested due to automatic review settings December 11, 2025 23:14
@vercel
Copy link

vercel bot commented Dec 11, 2025

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

Project Deployment Preview Comments Updated (UTC)
churro Ready Ready Preview Comment Dec 11, 2025 11:14pm

@jbickar jbickar merged commit a188c20 into 2.x Dec 11, 2025
4 checks passed
@jbickar jbickar deleted the 20251211 branch December 11, 2025 23:14
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 updates Next.js to address two security vulnerabilities (CVE-2025-55184 and CVE-2025-55183) as announced in the Next.js security update from December 11, 2025. However, there are critical version inconsistencies between the package files that need to be resolved.

Key Issues:

  • Version mismatch: package.json specifies 15.5.8 while package-lock.json installs 15.5.9
  • Inconsistent version declaration within package-lock.json itself

Expected Changes:

  • Update Next.js from version 15.5.7 to 15.5.9 to address security vulnerabilities
  • Update @next/env dependency from 15.5.7 to 15.5.9

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 version constraint, but specifies 15.5.8 instead of the correct 15.5.9
package-lock.json Updates Next.js and @next/env to 15.5.9 in node_modules, but has inconsistent version declaration in dependencies section (15.5.7)

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

"cnbuilder": "^3.1.0",
"decanter": "^7.4.0",
"next": "^15.5.7",
"next": "^15.5.8",
Copy link

Copilot AI Dec 11, 2025

Choose a reason for hiding this comment

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

The version update in package.json specifies Next.js version 15.5.8, but the package-lock.json shows version 15.5.9 is being installed. These should match to ensure the correct version is installed. Based on the PR description referencing the security update from December 11, 2025, version 15.5.9 appears to be the correct version that addresses CVE-2025-55184 and CVE-2025-55183. Please update package.json to specify "next": "^15.5.9" instead of "^15.5.8".

Suggested change
"next": "^15.5.8",
"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.

1 participant