chore: bump next from 16.2.1 to 16.2.6#373
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [next](https://github.com/vercel/next.js) from 16.2.1 to 16.2.6. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v16.2.1...v16.2.6) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
Contributor
|
Deploy preview for team-scope-test ready!
Deployed with vercel-action |
Contributor
|
Deploy preview for zeit-now-deployment-action-example-angular ready!
Deployed with vercel-action |
There was a problem hiding this comment.
No issues found across 2 files
Architecture diagram
sequenceDiagram
participant Client as Browser / HTTP Client
participant Middleware as Next.js Middleware
participant AppRouter as App Router (Server)
participant PagesRouter as Pages Router (Server)
participant RSC as React Server Components
participant Cache as HTTP / RSC Cache
participant ImageAPI as Image Optimization API
participant WS as WebSocket Server
Note over Client,WS: Critical security boundaries affected by this bump
Client->>Middleware: HTTP Request
Middleware->>Middleware: CHANGED: Evaluate matcher rules (GHSA-267c, GHSA-26hh, GHSA-492v, GHSA-36qx)
alt Bypass attempt via segment-prefetch route
Middleware->>Middleare: NEW: Reject prefetch bypass (GHSA-267c / GHSA-26hh)
else Bypass attempt via dynamic route param injection
Middleware->>Middleare: NEW: Validate dynamic params (GHSA-492v)
else i18n-based proxy bypass (Pages Router)
Middleware->>Middleare: NEW: Enforce i18n locale scope (GHSA-36qx)
else Legitimate request
Middleware->>AppRouter: Forward to App Router
end
AppRouter->>RSC: Render Server Component
RSC->>RSC: CHANGED: Validate RSC content-type header (GHSA-wfc6, GHSA-8h8q)
RSC->>Cache: CHANGED: Cache-busting key collision fix (GHSA-vfv6)
RSC->>Cache: CHANGED: Guard against cache poisoning via redirects (GHSA-3g8h)
RSC-->>AppRouter: RSC payload
AppRouter-->>Client: Response with CSP nonce
Note over AppRouter,Client: CHANGED: Proper CSP nonce handling (GHSA-ffhc)
alt beforeInteractive scripts with untrusted input
AppRouter->>AppRouter: NEW: Sanitize script sources (GHSA-gx5p)
end
Client->>ImageAPI: Image optimization request
ImageAPI->>ImageAPI: CHANGED: Rate-limit / throttle (GHSA-h64f)
Client->>WS: WebSocket upgrade request
WS->>WS: CHANGED: Validate origin / prevent SSRF (GHSA-c4j6)
Client->>AppRouter: Connection flood attempt
AppRouter->>AppRouter: CHANGED: Connection pool limits (GHSA-mg66)
Note over Client,WS: All fixes are backported without API changes
Requires human review: This is a production dependency update for Next.js containing multiple security fixes, and even though it is a patch bump, applying security patches automatically carries risk of breaking changes or regressions that warrant human review.
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.



Bumps next from 16.2.1 to 16.2.6.
Release notes
Sourced from next's releases.
... (truncated)
Commits
ee6e79bv16.2.6afa053dTurbopack: Match proxy matchers with webpack implementation (#93594)97a154eTurbopack: Fix middleware matcher suffix (#93590)83899bc[backport] Disable build caches for production/staging/force-preview deploys ...7b222b9[backport][test] Pin package manager to patch versions (#93595)a8dc24f[backport] Turbopack: more strict vergen setup (#93587)766148fv16.2.50dd9483fix: add explicit checks for RSC header (#83) (#98)d166096fix proxy matching for segment prefetch URLs (#89) (#96)9d50c0bStrip next-resume header from incoming requests (#92)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for next since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Summary by cubic
Upgrade
nextfrom 16.2.1 to 16.2.6 to apply upstream security fixes (middleware bypass, DoS, XSS) and patch updates. No app code changes.nextinexample/nextjs/package.json.pnpm-lock.yaml(new@next/env,@next/swc-*, and minor transitive bumps likepostcssandcaniuse-lite).Written for commit 5aa8a7f. Summary will update on new commits.