Security: Update Next.js to 16.1.6 (GHSA-h25m-26qc-wcjf)#418
Merged
hotlong merged 2 commits intocopilot/update-action-run-outputfrom Jan 31, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update action step integration for better efficiency
Security: Update Next.js to 16.1.6 (GHSA-h25m-26qc-wcjf)
Jan 31, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates Next.js from version 16.1.3 to 16.1.6 in the documentation app to address a high-severity security vulnerability (GHSA-h25m-26qc-wcjf) related to HTTP request deserialization DoS in React Server Components.
Changes:
- Updated Next.js version specifier from
^16.1.3to^16.1.5in apps/docs package.json - Regenerated pnpm-lock.yaml with all Next.js dependencies resolved to version 16.1.6
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| apps/docs/package.json | Updated Next.js dependency specifier from ^16.1.3 to ^16.1.5 |
| pnpm-lock.yaml | Updated all Next.js core and platform-specific SWC packages from 16.1.3 to 16.1.6, including transitive dependencies in fumadocs packages |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
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.
CI audit failing on high-severity Next.js vulnerability: HTTP request deserialization DoS in React Server Components.
Changes
nextfrom^16.1.3to^16.1.5(resolves to 16.1.6)pnpm-lock.yamlaccordinglyVulnerability Details
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.