Commit a4b1439
authored
chore(deps): bump next from 16.1.5 to 16.1.7 in /examples/nextjs-app (#1052)
Bumps [next](https://github.com/vercel/next.js) from 16.1.5 to 16.1.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vercel/next.js/releases">next's
releases</a>.</em></p>
<blockquote>
<h2>v16.1.7</h2>
<blockquote>
<p>[!NOTE]
This release is backporting bug fixes. It does <strong>not</strong>
include all pending features/changes on canary.</p>
</blockquote>
<h3>Core Changes</h3>
<ul>
<li>[Cache Components] Prevent streaming fetch calls from hanging in dev
(<a
href="https://redirect.github.com/vercel/next.js/issues/89194">#89194</a>)</li>
<li>Apply server actions transform to node_modules in route handlers (<a
href="https://redirect.github.com/vercel/next.js/issues/89380">#89380</a>)</li>
<li>ensure <code>maxPostponedStateSize</code> is always respected (See:
<a
href="https://github.com/vercel/next.js/security/advisories/GHSA-h27x-g6w4-24gq">CVE-2026-27979</a>)</li>
<li>feat(next/image): add lru disk cache and
<code>images.maximumDiskCacheSize</code> (See: <a
href="https://github.com/vercel/next.js/security/advisories/GHSA-3x4c-7xq6-9pq8">CVE-2026-27980</a>)</li>
<li>Allow blocking cross-site dev-only websocket connections from
privacy-sensitive origins (See: <a
href="https://github.com/vercel/next.js/security/advisories/GHSA-jcc7-9wpm-mj36">CVE-2026-27977</a>)</li>
<li>Disallow Server Action submissions from privacy-sensitive contexts
by default (See: <a
href="https://github.com/vercel/next.js/security/advisories/GHSA-mq59-m269-xvcx">CVE-2026-27978</a>)</li>
<li>fix: patch http-proxy to prevent request smuggling in rewrites (See:
<a
href="https://github.com/vercel/next.js/security/advisories/GHSA-ggv3-7p47-pfv8">CVE-2026-29057</a>)</li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a
href="https://github.com/unstubbable"><code>@unstubbable</code></a>, <a
href="https://github.com/styfle"><code>@styfle</code></a>, <a
href="https://github.com/eps1lon"><code>@eps1lon</code></a>, and <a
href="https://github.com/ztanner"><code>@ztanner</code></a> for
helping!</p>
<h2>v16.1.6</h2>
<blockquote>
<p>[!NOTE]
This release is backporting bug fixes. It does <strong>not</strong>
include all pending features/changes on canary.</p>
</blockquote>
<h3>Core Changes</h3>
<ul>
<li>Upgrade to swc 54 (<a
href="https://redirect.github.com/vercel/next.js/issues/88207">#88207</a>)</li>
<li>implement LRU cache with invocation ID scoping for minimal mode
response cache (<a
href="https://redirect.github.com/vercel/next.js/issues/88509">#88509</a>)</li>
<li>tweak LRU sentinel key (<a
href="https://redirect.github.com/vercel/next.js/issues/89123">#89123</a>)</li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a
href="https://github.com/mischnic"><code>@mischnic</code></a>, <a
href="https://github.com/wyattjoh"><code>@wyattjoh</code></a>, and <a
href="https://github.com/ztanner"><code>@ztanner</code></a> for
helping!</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vercel/next.js/commit/bdf3e3577a6d55ea186a48238d61fbd8da07a626"><code>bdf3e35</code></a>
v16.1.7</li>
<li><a
href="https://github.com/vercel/next.js/commit/dc98c04f376c6a1df76ec3e0a2d07edf4abdabd6"><code>dc98c04</code></a>
[backport]: fix: patch http-proxy to prevent request smuggling in
rewrites (#...</li>
<li><a
href="https://github.com/vercel/next.js/commit/9023c0ab70235cdf68e88c14b66290500efa9f7f"><code>9023c0a</code></a>
[backport] Disallow Server Action submissions from privacy-sensitive
contexts...</li>
<li><a
href="https://github.com/vercel/next.js/commit/36a97b9b64e263f2340afcc1c12fc01323b2cfc0"><code>36a97b9</code></a>
Allow blocking cross-site dev-only websocket connections from
privacy-sensiti...</li>
<li><a
href="https://github.com/vercel/next.js/commit/93c3993a8e3f4952508a2f6da87c1533c76b5365"><code>93c3993</code></a>
[backport]: feat(next/image): add lru disk cache and
`images.maximumDiskCache...</li>
<li><a
href="https://github.com/vercel/next.js/commit/c68d62d5d4786fe89ab241f895b7821fcb730373"><code>c68d62d</code></a>
Backport documentation fixes for 16.1.x (<a
href="https://redirect.github.com/vercel/next.js/issues/90655">#90655</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/5214ac1513f4d2f2315d35a81a7e249e2815d90c"><code>5214ac1</code></a>
[backport]: ensure maxPostponedStateSize is always respected (<a
href="https://redirect.github.com/vercel/next.js/issues/90060">#90060</a>)
(<a
href="https://redirect.github.com/vercel/next.js/issues/90471">#90471</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/c95e357f195c5d6c54d9dd599b89916f7217c9c5"><code>c95e357</code></a>
Backport/docs fixes 16.1.x (<a
href="https://redirect.github.com/vercel/next.js/issues/90125">#90125</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/cba6144edd14f1a8c8c8663feb632cfbd50d4e2e"><code>cba6144</code></a>
[backport] Apply server actions transform to <code>node_modules</code>
in route handlers...</li>
<li><a
href="https://github.com/vercel/next.js/commit/3db90632a7957a1bbda98ebb228e57618bbb7032"><code>3db9063</code></a>
[backport] [Cache Components] Prevent streaming fetch calls from hanging
in d...</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/next.js/compare/v16.1.5...v16.1.7">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will 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](https://github.com/auth0/auth0-react/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 617d52d commit a4b1439
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments