fix(security): bump Next.js scaffolds to patched versions (PSIRT-1087) - #248
Merged
Merged
Conversation
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 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 |
sanchitmehtagit
marked this pull request as draft
August 27, 2026 15:43
sanchitmehtagit
marked this pull request as ready for review
August 27, 2026 16:45
sanchitmehtagit
force-pushed
the
fix/nextjs-psirt-1087-security-patch
branch
from
August 27, 2026 19:02
113bb65 to
5d9fc43
Compare
subhankarmaiti
approved these changes
Aug 28, 2026
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
Patches a critical Next.js security vulnerability by bumping the Next.js dependency in the two eval scaffolds that use it to patched releases. Both scaffolds are aligned on Next.js 16.
quickstarts/nextjs/scaffold/package.json16.2.7^16.3.3scaffolds/nextjs/auth0-mfa/package.json^15.0.0^16.3.3These are the only Next.js usages in the repo. No lockfiles exist in these scaffolds, and no grader or PROMPT pins the version, so nothing else needed changing.
Compatibility
The auth0-mfa scaffold pairs Next.js with
@auth0/nextjs-auth0@^4.0.0. The latest 4.x (4.27.0) declares anextpeer-dependency range that includes^16.0.10, sonext@16.3.3is officially supported — a fresh install produces no peer-dep warnings.Context
next@16.3.3/next@15.5.24Notes
These are eval fixture scaffolds (test inputs, never deployed), so real-world exposure is nil — this bump is a compliance / belt-and-suspenders remediation to raise the guaranteed minimum version.