chore(deps): bump next to 16.2.11 to clear security advisories#5890
Conversation
Patches SSRF, cache confusion, DoS, and middleware-bypass advisories (GHSA-89xv-2m56-2m9x et al.) affecting next < 16.2.11 across apps/sim, apps/docs, and packages/emcn. Excludes next/@next/env from the minimum-release-age gate until the 7-day window elapses on 2026-07-28.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview
Reviewed by Cursor Bugbot for commit ff0c7a5. Configure here. |
Greptile SummaryUpdates Next.js dependencies to 16.2.11 across the monorepo.
Confidence Score: 5/5The PR appears safe to merge with no additional blocking failures identified in the follow-up scope. No blocking failure remains beyond the issue already covered by the previous review thread. Important Files Changed
Reviews (2): Last reviewed commit: "chore(deps): drop aged-out typescript en..." | Re-trigger Greptile |
typescript and @typescript/typescript6 passed the 7-day minimum-release-age gate (aged out 2026-07-15 and 2026-07-13), so their exclusions are no longer needed. Keeps @typescript/native-preview (permanent nightly builds) and the Pi packages (age out 2026-07-24).
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit ff0c7a5. Configure here.
Summary
nextand@next/envfrom16.2.6to16.2.11acrossapps/sim,apps/docs,packages/emcn, and the root override — clears all 27 open Dependabot alerts (SSRF in Server Actions/rewrites, cache confusion, image-optimization DoS, Server-Action DoS, middleware/proxy bypass, etc.; GHSA-89xv-2m56-2m9x and related)next+@next/envtominimumReleaseAgeExcludesinbunfig.tomlsince 16.2.11 (published 2026-07-21) is younger than the 7-day supply-chain gate — vetted as the official Vercel patch; entries age out 2026-07-28 and should be dropped thenbun.lock; no lingering16.2.6resolutionsType of Change
Testing
bun installresolves both packages to16.2.11;bun run lintclean. Patch-level bump, no app code touched.Checklist