Skip to content

chore(deps): bump Next.js from 16.2.3 to 16.3.3 - #76

Open
rubicon wants to merge 1 commit into
career-ops-hq:mainfrom
rubicon:dev/75-next-16.3.3
Open

rubicon wants to merge 1 commit into
career-ops-hq:mainfrom
rubicon:dev/75-next-16.3.3

Conversation

@rubicon

@rubicon rubicon commented Sep 12, 2026

Copy link
Copy Markdown
Member

What this does

Bumps next from 16.2.3 to 16.3.3, which is the patched version for two critical advisories affecting the pinned release:

advisory severity issue
GHSA-2xp9-vwfh-vxw4 critical Unauthenticated remote code execution in the Image Optimization API when AVIF files are used
GHSA-p293-qw3h-jr36 critical Unauthenticated remote code execution on Windows-hosted servers

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-ops repository is already on 16.3.3; this brings the docs site in line.

Related issue

Closes #75

Scope

package.json and package-lock.json only — no source, config, or workflow changes. The lockfile was regenerated with npm install rather than hand-edited, so the transitive tree resolves consistently.

Verification

npm run build completes successfully on the bumped tree.

Summary by CodeRabbit

  • Chores
    • Updated the Next.js framework dependency to version 16.3.3.

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
@vercel

vercel Bot commented Sep 12, 2026

Copy link
Copy Markdown

@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.

@coderabbitai

coderabbitai Bot commented Sep 12, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: 68002702-90f5-47a8-813d-19c10329b137

📥 Commits

Reviewing files that changed from the base of the PR and between c4a2413 and a63689b.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (1)
  • package.json

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

The package manifest updates Next.js from ^16.2.3 to 16.3.3.

Changes

Next.js security update

Layer / File(s) Summary
Update Next.js dependency
package.json
The next dependency changes from ^16.2.3 to 16.3.3.

Priority: ⬆️ High

Estimated code review effort: 1 (Trivial) | ~5 minutes

Change: Other · Severity of issue fixed: High

Suggested reviewers: santifer

Merge Risk: ⚪ Minimal · up to a6368

This is a focused security dependency update with no remaining actionable merge risk.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the primary change: upgrading Next.js from 16.2.3 to 16.3.3.
Linked Issues check ✅ Passed The pull request updates next from 16.2.3 to 16.3.3 in package.json and regenerates package-lock.json. Next.js 16.3.3 provides the fixes for GHSA-2xp9-vwfh-vxw4 and GHSA-p293-qw3h-jr36. Th…
Out of Scope Changes check ✅ Passed The reported changes are limited to the requested Next.js dependency upgrade and its lockfile update. The changes directly support issue #75 and include no unrelated source, configuration, or workflow…
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore(deps): bump Next.js to 16.3.3 for critical security fixes

2 participants