fix(landing): update Next.js to 16.1.1 to patch CVE-2025-55182#84
Merged
rafamiziara merged 2 commits intomainfrom Jan 8, 2026
Merged
fix(landing): update Next.js to 16.1.1 to patch CVE-2025-55182#84rafamiziara merged 2 commits intomainfrom
rafamiziara merged 2 commits intomainfrom
Conversation
Updated Next.js from 15.5.0 to 16.1.1 to address critical security vulnerability (CVE-2025-66478) that could allow arbitrary code execution. - Verified build succeeds with new version - All quality checks pass (type-check, lint, format) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Claude finished @rafamiziara's task —— View job Code Review: Next.js Security Update
|
Update eslint-config-next from 15.5.0 to 16.1.1 to match the updated Next.js version and resolve version mismatch. - Ensures ESLint rules align with Next.js 16.x features - All quality checks pass (type-check, lint, format) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
Claude finished @rafamiziara's task —— View job Security Review: Next.js Update Analysis
|
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
Security Impact
This is a critical security fix that addresses a vulnerability allowing attackers to execute arbitrary code on the server. This should be merged and deployed as soon as possible.
Test plan
🤖 Generated with Claude Code