Skip to content

Commit 78fb2c0

Browse files
authored
chore(deps): bump next to 16.2.11 to clear security advisories (#5890)
* chore(deps): bump next to 16.2.11 to clear security advisories Patches SSRF, cache confusion, DoS, and middleware-bypass advisories (GHSA-89xv-2m56-2m9x et al.) affecting next < 16.2.11 across apps/sim, apps/docs, and packages/emcn. Excludes next/@next/env from the minimum-release-age gate until the 7-day window elapses on 2026-07-28. * chore(deps): drop aged-out typescript entries from release-age excludes typescript and @typescript/typescript6 passed the 7-day minimum-release-age gate (aged out 2026-07-15 and 2026-07-13), so their exclusions are no longer needed. Keeps @typescript/native-preview (permanent nightly builds) and the Pi packages (age out 2026-07-24).
1 parent 3914d2e commit 78fb2c0

6 files changed

Lines changed: 20 additions & 34 deletions

File tree

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"fumadocs-openapi": "10.8.1",
3131
"fumadocs-ui": "16.8.5",
3232
"lucide-react": "^0.511.0",
33-
"next": "16.2.6",
33+
"next": "16.2.11",
3434
"next-themes": "^0.4.6",
3535
"postgres": "^3.4.5",
3636
"react": "19.2.4",

apps/sim/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
"mongodb": "6.19.0",
179179
"mysql2": "3.14.3",
180180
"neo4j-driver": "6.0.1",
181-
"next": "16.2.6",
181+
"next": "16.2.11",
182182
"next-mdx-remote": "^6.0.0",
183183
"next-runtime-env": "3.3.0",
184184
"next-themes": "^0.4.6",
@@ -264,8 +264,8 @@
264264
"sharp"
265265
],
266266
"overrides": {
267-
"next": "16.2.6",
268-
"@next/env": "16.2.6",
267+
"next": "16.2.11",
268+
"@next/env": "16.2.11",
269269
"mermaid": "11.15.0",
270270
"react-floater": {
271271
"react": "$react",

bun.lock

Lines changed: 7 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bunfig.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,20 @@ exact = true
55
minimumReleaseAge = 604800
66
# @typescript/native-preview stays excluded permanently: it only publishes nightly
77
# dev builds, so every version is structurally younger than any age gate.
8-
# typescript@7.0.2 and @typescript/typescript6@6.0.2 were vetted in #5521; they age
9-
# out of the gate on 2026-07-15 and 2026-07-13 — drop those two entries after that.
108
# The exactly pinned Pi 0.80.10 packages were vetted for the cloud-review SDK
119
# migration; they age out of the gate on 2026-07-24 — drop these four entries then.
10+
# next@16.2.11 and @next/env@16.2.11 are the official Vercel security patch for the
11+
# July 2026 advisories (SSRF, cache confusion, DoS, middleware bypass — GHSA-89xv-2m56-2m9x
12+
# et al.); published 2026-07-21, they age out of the gate on 2026-07-28 — drop these two
13+
# entries then.
1214
minimumReleaseAgeExcludes = [
13-
"typescript",
14-
"@typescript/typescript6",
1515
"@typescript/native-preview",
1616
"@earendil-works/pi-agent-core",
1717
"@earendil-works/pi-ai",
1818
"@earendil-works/pi-coding-agent",
1919
"@earendil-works/pi-tui",
20+
"next",
21+
"@next/env",
2022
]
2123

2224
[run]

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
"overrides": {
6464
"react": "19.2.4",
6565
"react-dom": "19.2.4",
66-
"next": "16.2.6",
67-
"@next/env": "16.2.6",
66+
"next": "16.2.11",
67+
"@next/env": "16.2.11",
6868
"drizzle-orm": "^0.45.2",
6969
"postgres": "^3.4.5",
7070
"minimatch": "^10.2.5",

packages/emcn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"framer-motion": "^12.5.0",
5858
"input-otp": "^1.4.2",
5959
"lucide-react": "^0.479.0",
60-
"next": "16.2.6",
60+
"next": "16.2.11",
6161
"prismjs": "^1.30.0",
6262
"react": "19.2.4",
6363
"react-dom": "19.2.4",

0 commit comments

Comments
 (0)