sec: bump next 15.5.10 → 15.5.14 (CVE-2026-27980)#175
Merged
rajk04-scaleai merged 2 commits intomainfrom Mar 26, 2026
Merged
Conversation
Upgrade Next.js from 15.5.10 to 15.5.14 to resolve CVE-2026-27980 (severity 7.5 HIGH). Lockfile regenerated with npm install. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
danielmillerp
approved these changes
Mar 26, 2026
Collaborator
danielmillerp
left a comment
There was a problem hiding this comment.
please test to make sure things work as expected !
|
No reviewable files after applying ignore patterns. |
Contributor
CI is green + completed a local smoketest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
npm install— 0 vulnerabilities fromnpm auditCVE resolved
Test plan
🤖 Generated with Claude Code
Greptile Summary
Security patch that bumps Next.js from 15.5.10 to 15.5.14 to resolve CVE-2026-27980 (severity 7.5 HIGH). The lockfile was cleanly regenerated with only the expected
next,@next/env, and@next/swc-*packages updated — no unrelated dependency changes snuck in.nextpinned version updated inpackage.json(15.5.10 → 15.5.14)@next/envand all 8 platform-specific@next/swc-*binaries to 15.5.14next.config.tsor application code requiredConfidence Score: 5/5
Important Files Changed
nextfrom 15.5.10 to 15.5.14 — a pinned minor version bump to resolve CVE-2026-27980. No other dependency changes.next,@next/env, and all@next/swc-*platform binaries. All resolved URLs point to the npm registry. No unrelated dependency changes.Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A["package.json<br/>next: 15.5.10 → 15.5.14"] --> B["npm install"] B --> C["package-lock.json regenerated"] C --> D["@next/env 15.5.14"] C --> E["@next/swc-* binaries 15.5.14"] C --> F["next 15.5.14"] F --> G["CVE-2026-27980 resolved"]Reviews (1): Last reviewed commit: "sec: bump next 15.5.10 → 15.5.14 (CVE-20..." | Re-trigger Greptile