Skip to content

Commit 52111d7

Browse files
Bump next from 15.5.18 to 15.5.21 (#4444)
Bumps [next](https://github.com/vercel/next.js) from 15.5.18 to 15.5.21. <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>v15.5.21</h2> <p>This release contains security fixes for the following advisories:</p> <p>High:</p> <ul> <li><a href="https://github.com/vercel/next.js/security/advisories/GHSA-m99w-x7hq-7vfj">Denial of Service in App Router using Server Actions</a></li> <li><a href="https://github.com/vercel/next.js/security/advisories/GHSA-6gpp-xcg3-4w24">Middleware / Proxy bypass in App Router applications using Turbopack and single locale</a></li> <li><a href="https://github.com/vercel/next.js/security/advisories/GHSA-p9j2-gv94-2wf4">Server-Side Request Forgery in rewrites via attacker-controlled destination hostname</a></li> <li><a href="https://github.com/vercel/next.js/security/advisories/GHSA-89xv-2m56-2m9x">Server-Side Request Forgery in Server Actions on custom servers</a></li> </ul> <p>Moderate:</p> <ul> <li><a href="https://github.com/vercel/next.js/security/advisories/GHSA-68g3-v927-f742">Cache confusion of response bodies for requests with bodies</a></li> <li><a href="https://github.com/vercel/next.js/security/advisories/GHSA-4633-3j49-mh5q">Cache confusion of response bodies for requests with bodies containing invalid UTF-8 byte sequences</a></li> <li><a href="https://github.com/vercel/next.js/security/advisories/GHSA-q8wf-6r8g-63ch">Denial of Service in the Image Optimization API using SVGs</a></li> <li><a href="https://github.com/vercel/next.js/security/advisories/GHSA-955p-x3mx-jcvp">Unauthenticated disclosure of internal Server Function endpoints</a></li> <li><a href="https://github.com/vercel/next.js/security/advisories/GHSA-4c39-4ccg-62r3">Unbounded Server Action payload in Edge runtime</a></li> </ul> <h2>v15.5.20</h2> <p>Contains no changes except publishing <code>@next/swc-wasm-web</code> which was accidentally not published since 15.5.15.</p> <h2>15.5.19</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>[15.5.x] Don't drop <code>FormData</code> entries (<a href="https://redirect.github.com/vercel/next.js/issues/94244">#94244</a>)</li> </ul> <h3>Other</h3> <ul> <li>[15.5.x] Fix CI (<a href="https://redirect.github.com/vercel/next.js/issues/94281">#94281</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/eps1lon"><code>@​eps1lon</code></a> for helping!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/e26f6ffaa710fc62ca0c8640db0e43b6663edf32"><code>e26f6ff</code></a> v15.5.21</li> <li><a href="https://github.com/vercel/next.js/commit/7f5deeb6c594b7515edecb879b0547beba1b8a82"><code>7f5deeb</code></a> [15.x] Improve performance of checking valid MPA form submissions</li> <li><a href="https://github.com/vercel/next.js/commit/57c31f724d746e86a9e8b92aa8be538a922446a4"><code>57c31f7</code></a> [15.x] Enforce <code>serverActions.bodySizeLimit</code> for Server Actions in Edge runtime</li> <li><a href="https://github.com/vercel/next.js/commit/e3e5666ccead3a15162793d697af5e48b7cc0498"><code>e3e5666</code></a> [15.x] Set correct origin for internal redirects in custom server</li> <li><a href="https://github.com/vercel/next.js/commit/35f501357e9b0fe7c950b0d6aa8fcf5343f707e9"><code>35f5013</code></a> [15.x] Ensure exotic rewrite param values are properly encoded</li> <li><a href="https://github.com/vercel/next.js/commit/062f66700b52a5d6bba2c0605d55577ab7ad262c"><code>062f667</code></a> [15.x] fix(fetch-cache): key fetch(Request, init) by the effective request</li> <li><a href="https://github.com/vercel/next.js/commit/577c9dc0a08ac806e35f591fec528d5fb7407ad4"><code>577c9dc</code></a> [15.x] fix(incremental-cache): byte-exact fetch cache key for binary bodies</li> <li><a href="https://github.com/vercel/next.js/commit/530d4fa31e010a05f28ea6e26a5f51f80f61e0c6"><code>530d4fa</code></a> [15.x] fix(next/image): improve performance of detectContentType()</li> <li><a href="https://github.com/vercel/next.js/commit/8fabaf3225be100d62dfb0f44d85ab43c2a14a20"><code>8fabaf3</code></a> [15.x] Performance improvements when decoding React Server function payloads</li> <li><a href="https://github.com/vercel/next.js/commit/ff12a6124e1504f17b62de948b8a553fdecaef7b"><code>ff12a61</code></a> [15.x] Validate server reference IDs during manifest lookup</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v15.5.18...v15.5.21">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=next&package-manager=npm_and_yarn&previous-version=15.5.18&new-version=15.5.21)](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/graphql/graphiql/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 9756b11 commit 52111d7

1 file changed

Lines changed: 41 additions & 41 deletions

File tree

yarn.lock

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -4531,65 +4531,65 @@ __metadata:
45314531
languageName: node
45324532
linkType: hard
45334533

4534-
"@next/env@npm:15.5.18":
4535-
version: 15.5.18
4536-
resolution: "@next/env@npm:15.5.18"
4537-
checksum: 10c0/cfb628f88b903b2593a778658abd2eed8a35ca91807ef19c08461543ed3ba9143e6f0ea4f29b98693f806f9498d1e6ca7c1efd1e0c3a0595991e2bac202e545a
4534+
"@next/env@npm:15.5.22":
4535+
version: 15.5.22
4536+
resolution: "@next/env@npm:15.5.22"
4537+
checksum: 10c0/03af5436e6428955eba4bc7b12c56041e16ac7b5d7bd75db3e7107051effc7086f0354c611ea38e6d6dd1685b17c1b1e1f6c9cb89bf95f4f3e5e844a0a26e8fa
45384538
languageName: node
45394539
linkType: hard
45404540

4541-
"@next/swc-darwin-arm64@npm:15.5.18":
4542-
version: 15.5.18
4543-
resolution: "@next/swc-darwin-arm64@npm:15.5.18"
4541+
"@next/swc-darwin-arm64@npm:15.5.22":
4542+
version: 15.5.22
4543+
resolution: "@next/swc-darwin-arm64@npm:15.5.22"
45444544
conditions: os=darwin & cpu=arm64
45454545
languageName: node
45464546
linkType: hard
45474547

4548-
"@next/swc-darwin-x64@npm:15.5.18":
4549-
version: 15.5.18
4550-
resolution: "@next/swc-darwin-x64@npm:15.5.18"
4548+
"@next/swc-darwin-x64@npm:15.5.22":
4549+
version: 15.5.22
4550+
resolution: "@next/swc-darwin-x64@npm:15.5.22"
45514551
conditions: os=darwin & cpu=x64
45524552
languageName: node
45534553
linkType: hard
45544554

4555-
"@next/swc-linux-arm64-gnu@npm:15.5.18":
4556-
version: 15.5.18
4557-
resolution: "@next/swc-linux-arm64-gnu@npm:15.5.18"
4555+
"@next/swc-linux-arm64-gnu@npm:15.5.22":
4556+
version: 15.5.22
4557+
resolution: "@next/swc-linux-arm64-gnu@npm:15.5.22"
45584558
conditions: os=linux & cpu=arm64 & libc=glibc
45594559
languageName: node
45604560
linkType: hard
45614561

4562-
"@next/swc-linux-arm64-musl@npm:15.5.18":
4563-
version: 15.5.18
4564-
resolution: "@next/swc-linux-arm64-musl@npm:15.5.18"
4562+
"@next/swc-linux-arm64-musl@npm:15.5.22":
4563+
version: 15.5.22
4564+
resolution: "@next/swc-linux-arm64-musl@npm:15.5.22"
45654565
conditions: os=linux & cpu=arm64 & libc=musl
45664566
languageName: node
45674567
linkType: hard
45684568

4569-
"@next/swc-linux-x64-gnu@npm:15.5.18":
4570-
version: 15.5.18
4571-
resolution: "@next/swc-linux-x64-gnu@npm:15.5.18"
4569+
"@next/swc-linux-x64-gnu@npm:15.5.22":
4570+
version: 15.5.22
4571+
resolution: "@next/swc-linux-x64-gnu@npm:15.5.22"
45724572
conditions: os=linux & cpu=x64 & libc=glibc
45734573
languageName: node
45744574
linkType: hard
45754575

4576-
"@next/swc-linux-x64-musl@npm:15.5.18":
4577-
version: 15.5.18
4578-
resolution: "@next/swc-linux-x64-musl@npm:15.5.18"
4576+
"@next/swc-linux-x64-musl@npm:15.5.22":
4577+
version: 15.5.22
4578+
resolution: "@next/swc-linux-x64-musl@npm:15.5.22"
45794579
conditions: os=linux & cpu=x64 & libc=musl
45804580
languageName: node
45814581
linkType: hard
45824582

4583-
"@next/swc-win32-arm64-msvc@npm:15.5.18":
4584-
version: 15.5.18
4585-
resolution: "@next/swc-win32-arm64-msvc@npm:15.5.18"
4583+
"@next/swc-win32-arm64-msvc@npm:15.5.22":
4584+
version: 15.5.22
4585+
resolution: "@next/swc-win32-arm64-msvc@npm:15.5.22"
45864586
conditions: os=win32 & cpu=arm64
45874587
languageName: node
45884588
linkType: hard
45894589

4590-
"@next/swc-win32-x64-msvc@npm:15.5.18":
4591-
version: 15.5.18
4592-
resolution: "@next/swc-win32-x64-msvc@npm:15.5.18"
4590+
"@next/swc-win32-x64-msvc@npm:15.5.22":
4591+
version: 15.5.22
4592+
resolution: "@next/swc-win32-x64-msvc@npm:15.5.22"
45934593
conditions: os=win32 & cpu=x64
45944594
languageName: node
45954595
linkType: hard
@@ -16917,18 +16917,18 @@ __metadata:
1691716917
linkType: soft
1691816918

1691916919
"next@npm:^15":
16920-
version: 15.5.18
16921-
resolution: "next@npm:15.5.18"
16922-
dependencies:
16923-
"@next/env": "npm:15.5.18"
16924-
"@next/swc-darwin-arm64": "npm:15.5.18"
16925-
"@next/swc-darwin-x64": "npm:15.5.18"
16926-
"@next/swc-linux-arm64-gnu": "npm:15.5.18"
16927-
"@next/swc-linux-arm64-musl": "npm:15.5.18"
16928-
"@next/swc-linux-x64-gnu": "npm:15.5.18"
16929-
"@next/swc-linux-x64-musl": "npm:15.5.18"
16930-
"@next/swc-win32-arm64-msvc": "npm:15.5.18"
16931-
"@next/swc-win32-x64-msvc": "npm:15.5.18"
16920+
version: 15.5.22
16921+
resolution: "next@npm:15.5.22"
16922+
dependencies:
16923+
"@next/env": "npm:15.5.22"
16924+
"@next/swc-darwin-arm64": "npm:15.5.22"
16925+
"@next/swc-darwin-x64": "npm:15.5.22"
16926+
"@next/swc-linux-arm64-gnu": "npm:15.5.22"
16927+
"@next/swc-linux-arm64-musl": "npm:15.5.22"
16928+
"@next/swc-linux-x64-gnu": "npm:15.5.22"
16929+
"@next/swc-linux-x64-musl": "npm:15.5.22"
16930+
"@next/swc-win32-arm64-msvc": "npm:15.5.22"
16931+
"@next/swc-win32-x64-msvc": "npm:15.5.22"
1693216932
"@swc/helpers": "npm:0.5.15"
1693316933
caniuse-lite: "npm:^1.0.30001579"
1693416934
postcss: "npm:8.4.31"
@@ -16971,7 +16971,7 @@ __metadata:
1697116971
optional: true
1697216972
bin:
1697316973
next: dist/bin/next
16974-
checksum: 10c0/94c3be1ee04240913ab9d46e70fde3b26a73cedf6c76e946cfd2580d7ddd494b7da66260fe3a9a2be187652f5a10b1d9a6a555f10744d350be7f6ae05157d893
16974+
checksum: 10c0/7fbcb044184d1c7493648bffbb9a73ab58b5bdcf18b301e03e47c4bc5a75683b35ee01b4d3ecb71df182698fdad6704a4b1ce52a5ecb8e794f7a6cbf29fcb222
1697516975
languageName: node
1697616976
linkType: hard
1697716977

0 commit comments

Comments
 (0)