build(deps): bump next from 16.1.6 to 16.1.7 in /apps/app#15
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
build(deps): bump next from 16.1.6 to 16.1.7 in /apps/app#15dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [next](https://github.com/vercel/next.js) from 16.1.6 to 16.1.7. - [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.6...v16.1.7) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.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.
Bumps next from 16.1.6 to 16.1.7.
Release notes
Sourced from next's releases.
Commits
bdf3e35v16.1.7dc98c04[backport]: fix: patch http-proxy to prevent request smuggling in rewrites (#...9023c0a[backport] Disallow Server Action submissions from privacy-sensitive contexts...36a97b9Allow blocking cross-site dev-only websocket connections from privacy-sensiti...93c3993[backport]: feat(next/image): add lru disk cache and `images.maximumDiskCache...c68d62dBackport documentation fixes for 16.1.x (#90655)5214ac1[backport]: ensure maxPostponedStateSize is always respected (#90060) (#90471)c95e357Backport/docs fixes 16.1.x (#90125)cba6144[backport] Apply server actions transform tonode_modulesin route handlers...3db9063[backport] [Cache Components] Prevent streaming fetch calls from hanging in d...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.
Greptile Summary
This PR bumps
nextfrom16.1.6to16.1.7inapps/app/package.json. This is a security patch release that addresses 5 CVEs, making it a high-priority update to apply.Key changes in
next@16.1.7:http-proxyto prevent HTTP request smuggling in rewritesmaxPostponedStateSizeis always respectednext/imageviaimages.maximumDiskCacheSizenode_modulesin route handlersThe diff is minimal — a single version string change — and presents no code logic risk. This update is recommended to address the security advisories.
Confidence Score: 5/5
package.json. The16.1.6→16.1.7update is a backport-only release that does not include new canary features — only bug fixes and security patches. No application code was modified, and the semver increment signals backward-compatible changes only.Important Files Changed
nextfrom16.1.6to16.1.7— a patch release that patches 5 CVEs including request smuggling, Server Action abuse, and dev WebSocket exposure.Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A["next@16.1.6\n(apps/app/package.json)"] -->|"Dependabot bump"| B["next@16.1.7"] B --> C["Bug Fixes"] B --> D["Security Patches"] C --> C1["Cache Components: prevent streaming\nfetch calls from hanging in dev"] C --> C2["Apply server actions transform to\nnode_modules in route handlers"] D --> D1["CVE-2026-27979\nmaxPostponedStateSize always respected"] D --> D2["CVE-2026-27980\nnext/image LRU disk cache added"] D --> D3["CVE-2026-27977\nBlock cross-site dev WebSocket connections"] D --> D4["CVE-2026-27978\nDisallow Server Actions from privacy-sensitive contexts"] D --> D5["CVE-2026-29057\nPatch http-proxy to prevent request smuggling"]Last reviewed commit: a7833ae