You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 (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]
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
dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code
0 participants
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.1.7 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.