Skip to content

Commit b718112

Browse files
chore: upgrade next to ^16.2.11 to address CVE-2026-64645
Generated with [Linear](https://linear.app/sourcebot/issue/SOU-1574/sourcebot-devsourcebot-cve-2026-64645-nextjs-server-side-request#agent-session-e46bcfa6) Co-authored-by: linear-code[bot] <222613912+linear-code[bot]@users.noreply.github.com>
1 parent 08cf01d commit b718112

4 files changed

Lines changed: 45 additions & 43 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Fixed
1111
- Upgraded `tar` to `^7.5.20`. [#1474](https://github.com/sourcebot-dev/sourcebot/pull/1474)
12+
- Upgraded `next` to `^16.2.11`. [#1476](https://github.com/sourcebot-dev/sourcebot/pull/1476)
1213

1314
### Changed
1415
- Reduced Sentry span sampling to 10% outside development. [#1475](https://github.com/sourcebot-dev/sourcebot/pull/1475)

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"rimraf@npm:5.0.10/glob": "^10.5.0",
4242
"@opentelemetry/resources": "2.5.1",
4343
"@opentelemetry/core": "^2.8.0",
44+
"next@npm:16.2.6": "^16.2.11",
4445
"path-to-regexp@0.1.12": "0.1.13",
4546
"path-to-regexp@^8": "^8.4.0",
4647
"picomatch@^4": "^4.0.4",

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
"micromatch": "^4.0.8",
165165
"minidenticons": "^4.2.1",
166166
"motion": "^12.42.0",
167-
"next": "^16.2.6",
167+
"next": "^16.2.11",
168168
"next-auth": "^5.0.0-beta.30",
169169
"next-navigation-guard": "^0.2.0",
170170
"next-themes": "^0.3.0",

yarn.lock

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -3870,10 +3870,10 @@ __metadata:
38703870
languageName: node
38713871
linkType: hard
38723872

3873-
"@next/env@npm:16.2.6":
3874-
version: 16.2.6
3875-
resolution: "@next/env@npm:16.2.6"
3876-
checksum: 10c0/466722ce30a9561d29c08a7ba78091a47fef3644f422d04751c7124a24457ffe11eb25bb6c59c1e1d57735d9c68c58d185cc19ea58befd7a9c5b81dc05ca550d
3873+
"@next/env@npm:16.2.11":
3874+
version: 16.2.11
3875+
resolution: "@next/env@npm:16.2.11"
3876+
checksum: 10c0/fdb5ff54037f5e554c7452a31f745e40a02ea55416b80c9abf5ebb3b6fba54beaa15e080fc8470f9a59b3a0506c7ce775764134256d413f17e17e4f92802cee3
38773877
languageName: node
38783878
linkType: hard
38793879

@@ -3886,58 +3886,58 @@ __metadata:
38863886
languageName: node
38873887
linkType: hard
38883888

3889-
"@next/swc-darwin-arm64@npm:16.2.6":
3890-
version: 16.2.6
3891-
resolution: "@next/swc-darwin-arm64@npm:16.2.6"
3889+
"@next/swc-darwin-arm64@npm:16.2.11":
3890+
version: 16.2.11
3891+
resolution: "@next/swc-darwin-arm64@npm:16.2.11"
38923892
conditions: os=darwin & cpu=arm64
38933893
languageName: node
38943894
linkType: hard
38953895

3896-
"@next/swc-darwin-x64@npm:16.2.6":
3897-
version: 16.2.6
3898-
resolution: "@next/swc-darwin-x64@npm:16.2.6"
3896+
"@next/swc-darwin-x64@npm:16.2.11":
3897+
version: 16.2.11
3898+
resolution: "@next/swc-darwin-x64@npm:16.2.11"
38993899
conditions: os=darwin & cpu=x64
39003900
languageName: node
39013901
linkType: hard
39023902

3903-
"@next/swc-linux-arm64-gnu@npm:16.2.6":
3904-
version: 16.2.6
3905-
resolution: "@next/swc-linux-arm64-gnu@npm:16.2.6"
3903+
"@next/swc-linux-arm64-gnu@npm:16.2.11":
3904+
version: 16.2.11
3905+
resolution: "@next/swc-linux-arm64-gnu@npm:16.2.11"
39063906
conditions: os=linux & cpu=arm64 & libc=glibc
39073907
languageName: node
39083908
linkType: hard
39093909

3910-
"@next/swc-linux-arm64-musl@npm:16.2.6":
3911-
version: 16.2.6
3912-
resolution: "@next/swc-linux-arm64-musl@npm:16.2.6"
3910+
"@next/swc-linux-arm64-musl@npm:16.2.11":
3911+
version: 16.2.11
3912+
resolution: "@next/swc-linux-arm64-musl@npm:16.2.11"
39133913
conditions: os=linux & cpu=arm64 & libc=musl
39143914
languageName: node
39153915
linkType: hard
39163916

3917-
"@next/swc-linux-x64-gnu@npm:16.2.6":
3918-
version: 16.2.6
3919-
resolution: "@next/swc-linux-x64-gnu@npm:16.2.6"
3917+
"@next/swc-linux-x64-gnu@npm:16.2.11":
3918+
version: 16.2.11
3919+
resolution: "@next/swc-linux-x64-gnu@npm:16.2.11"
39203920
conditions: os=linux & cpu=x64 & libc=glibc
39213921
languageName: node
39223922
linkType: hard
39233923

3924-
"@next/swc-linux-x64-musl@npm:16.2.6":
3925-
version: 16.2.6
3926-
resolution: "@next/swc-linux-x64-musl@npm:16.2.6"
3924+
"@next/swc-linux-x64-musl@npm:16.2.11":
3925+
version: 16.2.11
3926+
resolution: "@next/swc-linux-x64-musl@npm:16.2.11"
39273927
conditions: os=linux & cpu=x64 & libc=musl
39283928
languageName: node
39293929
linkType: hard
39303930

3931-
"@next/swc-win32-arm64-msvc@npm:16.2.6":
3932-
version: 16.2.6
3933-
resolution: "@next/swc-win32-arm64-msvc@npm:16.2.6"
3931+
"@next/swc-win32-arm64-msvc@npm:16.2.11":
3932+
version: 16.2.11
3933+
resolution: "@next/swc-win32-arm64-msvc@npm:16.2.11"
39343934
conditions: os=win32 & cpu=arm64
39353935
languageName: node
39363936
linkType: hard
39373937

3938-
"@next/swc-win32-x64-msvc@npm:16.2.6":
3939-
version: 16.2.6
3940-
resolution: "@next/swc-win32-x64-msvc@npm:16.2.6"
3938+
"@next/swc-win32-x64-msvc@npm:16.2.11":
3939+
version: 16.2.11
3940+
resolution: "@next/swc-win32-x64-msvc@npm:16.2.11"
39413941
conditions: os=win32 & cpu=x64
39423942
languageName: node
39433943
linkType: hard
@@ -9462,7 +9462,7 @@ __metadata:
94629462
micromatch: "npm:^4.0.8"
94639463
minidenticons: "npm:^4.2.1"
94649464
motion: "npm:^12.42.0"
9465-
next: "npm:^16.2.6"
9465+
next: "npm:^16.2.11"
94669466
next-auth: "npm:^5.0.0-beta.30"
94679467
next-navigation-guard: "npm:^0.2.0"
94689468
next-themes: "npm:^0.3.0"
@@ -18785,19 +18785,19 @@ __metadata:
1878518785
languageName: node
1878618786
linkType: hard
1878718787

18788-
"next@npm:16.2.6, next@npm:^16.2.6":
18789-
version: 16.2.6
18790-
resolution: "next@npm:16.2.6"
18788+
"next@npm:^16.2.11":
18789+
version: 16.2.11
18790+
resolution: "next@npm:16.2.11"
1879118791
dependencies:
18792-
"@next/env": "npm:16.2.6"
18793-
"@next/swc-darwin-arm64": "npm:16.2.6"
18794-
"@next/swc-darwin-x64": "npm:16.2.6"
18795-
"@next/swc-linux-arm64-gnu": "npm:16.2.6"
18796-
"@next/swc-linux-arm64-musl": "npm:16.2.6"
18797-
"@next/swc-linux-x64-gnu": "npm:16.2.6"
18798-
"@next/swc-linux-x64-musl": "npm:16.2.6"
18799-
"@next/swc-win32-arm64-msvc": "npm:16.2.6"
18800-
"@next/swc-win32-x64-msvc": "npm:16.2.6"
18792+
"@next/env": "npm:16.2.11"
18793+
"@next/swc-darwin-arm64": "npm:16.2.11"
18794+
"@next/swc-darwin-x64": "npm:16.2.11"
18795+
"@next/swc-linux-arm64-gnu": "npm:16.2.11"
18796+
"@next/swc-linux-arm64-musl": "npm:16.2.11"
18797+
"@next/swc-linux-x64-gnu": "npm:16.2.11"
18798+
"@next/swc-linux-x64-musl": "npm:16.2.11"
18799+
"@next/swc-win32-arm64-msvc": "npm:16.2.11"
18800+
"@next/swc-win32-x64-msvc": "npm:16.2.11"
1880118801
"@swc/helpers": "npm:0.5.15"
1880218802
baseline-browser-mapping: "npm:^2.9.19"
1880318803
caniuse-lite: "npm:^1.0.30001579"
@@ -18841,7 +18841,7 @@ __metadata:
1884118841
optional: true
1884218842
bin:
1884318843
next: dist/bin/next
18844-
checksum: 10c0/3572071eb0e8051c3b007224dcf642037ce27a2f4b75c45f7e0fe7f2343e98e66604ce8696dde56ecd72963900d330d3a3af0f068f34cfc67520180263effa5f
18844+
checksum: 10c0/81f85262cf01ad6b4fd4a8be369925dfe206806a33e967733033d7adcf367aa0ba1f911272de6169a3d09315821eddf6b57594337a456ad134ba5aa8870a80b1
1884518845
languageName: node
1884618846
linkType: hard
1884718847

0 commit comments

Comments
 (0)