-
Notifications
You must be signed in to change notification settings - Fork 14
security: fix Next.js CVE-2025-55183, CVE-2025-55184, CVE-2025-67779 vulnerabilities #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
security: fix Next.js CVE-2025-55183, CVE-2025-55184, CVE-2025-67779 vulnerabilities #31
Conversation
…vulnerabilities Updates next from 15.1.6 to 15.1.11 https://nextjs.org/blog/security-update-2025-12-11 Co-Authored-By: Robin <[email protected]>
Original prompt from Robin |
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Greptile OverviewConfidence Score: 5/5
Important Files ChangedFile Analysis
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 file reviewed, 1 comment
| "dotenv": "^16.4.7", | ||
| "lucide-react": "0.473.0", | ||
| "next": "15.1.6", | ||
| "next": "15.1.11", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style: Lockfile (pnpm-lock.yaml) still references [email protected] and needs regeneration to complete this security update.
Check that pnpm install is run after merging.
Prompt To Fix With AI
This is a comment left during a code review.
Path: launchpad-starter-next-app/package.json
Line: 27:27
Comment:
**style:** Lockfile (`pnpm-lock.yaml`) still references `[email protected]` and needs regeneration to complete this security update.
Check that `pnpm install` is run after merging.
How can I resolve this? If you propose a fix, please make it concise.Co-Authored-By: Robin <[email protected]>
Summary
Updates Next.js from 15.1.6 to 15.1.11 to address critical security vulnerabilities disclosed in the December 11, 2025 security update:
Review & Testing Checklist for Human
pnpm installornpm installto regenerate the lockfile (not included in this PR)pnpm buildpnpm devand confirm the app loads correctlyRecommended test plan: After regenerating the lockfile, build and start the dev server to verify basic functionality works as expected.
Notes
This is a patch version bump (15.1.6 → 15.1.11) which should be backward compatible. The lockfile was not included in this PR and will need to be regenerated after merge.
Link to Devin run: https://app.devin.ai/sessions/f5afeb83b1fd4b1590f6b6d9bc24874f
Requested by: Robin (@jcurbelo)