chore(deps): bump next from 16.2.12 to 16.3.3 - #35
Merged
Conversation
Patch Next.js to the August 2026 security release (v16.3.3 Active LTS) to address GHSA-2xp9-vwfh-vxw4 and CVE-2026-75604. Co-authored-by: bartzagr <bartzagr@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Upgrade Next.js from
16.2.12to16.3.3to apply the August 2026 security release.16.2.xis unpatched. The Active LTS patch is16.3.3. This is a minor-version bump; Instant Navigations (cacheComponents/partialPrefetching) stay off, matching current app behavior.The patched release addresses:
Related issues
Follows https://nextjs.org/blog/august-2026-security-release
Validation
bun run lintbun run formatbun run build(▲ Next.js 16.3.3 (Turbopack), compiled and generated 171 static pages)bun run build:registryif registry files changed (not needed)GET /,/docs,/sponsors,/sitemap.xmlall returned 200 fromnext startChecklist
Notes
No application code or Next.js config changes.
sharp(optional Next.js image-optimization dependency) updates as part of the Next.js 16.3.3 lockfile. Instant Navigations flags were not enabled.The patched
next@16.3.3default image formats are['image/webp']only, and AVIF is in the image optimizer bypass list so attacker-controlled AVIF files are not decoded through libheif.