Skip to content

build(deps): bump next from 16.1.7 to 16.2.6#487

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/next-16.2.6
Open

build(deps): bump next from 16.1.7 to 16.2.6#487
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/next-16.2.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Copy link
Copy Markdown
Contributor

Bumps next from 16.1.7 to 16.2.6.

Release notes

Sourced from next's releases.

v16.2.6

[!NOTE] This release contains security fixes and backported bug fixes. It does not include all pending features/changes on canary.

Security Fixes

The following advisories have been addressed:

High:

Moderate:

Low:

Core Changes

  • fix: preserve HTTP access fallbacks during prerender recovery (#92231)
  • Fix fallback route params case in app-page handler (#91737)
  • Fix invalid HTML response for route-level RSC requests in deployment adapter (#91541)
  • Patch setHeader for direct route handlers (#93101)
  • Include deployment id in cacheHandlers keys (#93453)
  • Fix double-encoding of URL pathname parts in client param parsing (#93491)

v16.2.5

[!NOTE] This release contains security fixes and backported bug fixes. It does not include all pending features/changes on canary.

Security Fixes

The following advisories have been addressed:

High:

... (truncated)

Commits
  • ee6e79b v16.2.6
  • afa053d Turbopack: Match proxy matchers with webpack implementation (#93594)
  • 97a154e Turbopack: 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)
  • 766148f v16.2.5
  • 0dd9483 fix: add explicit checks for RSC header (#83) (#98)
  • d166096 fix proxy matching for segment prefetch URLs (#89) (#96)
  • 9d50c0b Strip next-resume header from incoming requests (#92)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for next since your current version.


Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 12, 2026
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 12, 2026
@dependabot dependabot Bot requested a review from andreip136 as a code owner May 12, 2026 17:18
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label May 12, 2026
@vercel

vercel Bot commented May 12, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nodes-dashboard Ready Ready Preview, Comment May 25, 2026 10:03pm

Request Review

Bumps [next](https://github.com/vercel/next.js) from 16.1.7 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.1.7...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>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/next-16.2.6 branch from c9242ee to 6b858d6 Compare May 25, 2026 21:59
@greptile-apps

greptile-apps Bot commented May 25, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR is an automated dependabot bump of next from 16.1.7 to 16.2.6, a security-focused patch release that addresses 12 CVEs across high, moderate, and low severity bands.

  • Security fixes (high): Middleware/proxy bypass via segment-prefetch routes (GHSA-267c-6grr-h53f, GHSA-26hh-7cqf-hhc6, GHSA-492v-c6pp-mqqv, GHSA-36qx-fr4f-26g5), DoS in Server Components and Cache Components, and SSRF via WebSocket upgrades (GHSA-c4j6-fc7j-m34r).
  • Security fixes (moderate/low): XSS via CSP nonces and beforeInteractive scripts, Image Optimization DoS, and several cache-poisoning vectors.
  • Lock file: All @next/* sub-packages are updated consistently; sharp's peer requirement moves from ^0.34.4 to ^0.34.5 (resolved version stays at 0.34.5).

Confidence Score: 5/5

Safe to merge — this is a focused security patch release with no breaking changes and consistent lock file updates.

The change is a single dependency bump generated by dependabot. All sub-packages are updated consistently in the lock file, the resolved sharp version is unchanged, and the release notes confirm this is a backport-only patch release with no new canary features. No application code is touched.

No files require special attention.

Important Files Changed

Filename Overview
package.json Bumps next from 16.1.7 to 16.2.6 to pull in critical security fixes; no other dependency changes.
yarn.lock Lock file updated consistently: all @next/* packages and next itself move to 16.2.6; sharp minimum bumped from ^0.34.4 to ^0.34.5 (resolved version unchanged at 0.34.5).

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[dependabot PR] --> B[next 16.1.7 → 16.2.6]
    B --> C[package.json updated]
    B --> D[yarn.lock updated]
    D --> E[All @next/* sub-packages → 16.2.6]
    D --> F[sharp peer req: ^0.34.4 → ^0.34.5\nresolved version unchanged: 0.34.5]
    B --> G{Security fixes}
    G --> H[High: DoS, Middleware/Proxy bypass,\nSSRF via WebSocket]
    G --> I[Moderate: XSS via CSP nonces,\nImage Optimization DoS, Cache poisoning]
    G --> J[Low: Cache poisoning, Redirect poisoning]
Loading

Reviews (1): Last reviewed commit: "build(deps): bump next from 16.1.7 to 16..." | Re-trigger Greptile

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

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants