Conversation
Resolves critical security vulnerabilities: - GHSA-2xp9-vwfh-vxw4: unauthenticated RCE in Image Optimization API (AVIF) - GHSA-p293-qw3h-jr36: unauthenticated RCE on Windows-hosted servers Closes career-ops-hq#75
|
@dax is attempting to deploy a commit to the santifer-dev's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe package manifest updates Next.js from ChangesNext.js security update
Priority: ⬆️ High Estimated code review effort: 1 (Trivial) | ~5 minutes Change: Other · Severity of issue fixed: High Suggested reviewers: Merge Risk: ⚪ Minimal · up to This is a focused security dependency update with no remaining actionable merge risk. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What this does
Bumps
nextfrom 16.2.3 to 16.3.3, which is the patched version for two critical advisories affecting the pinned release:Both are unauthenticated RCE, so they do not require an attacker to have any access first. 16.3.3 is the first release that clears both.
The main
career-opsrepository is already on 16.3.3; this brings the docs site in line.Related issue
Closes #75
Scope
package.jsonandpackage-lock.jsononly — no source, config, or workflow changes. The lockfile was regenerated withnpm installrather than hand-edited, so the transitive tree resolves consistently.Verification
npm run buildcompletes successfully on the bumped tree.Summary by CodeRabbit