Skip to content

Commit bc90352

Browse files
committed
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.
1 parent 0199508 commit bc90352

6 files changed

Lines changed: 20 additions & 30 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ minimumReleaseAge = 604800
99
# out of the gate on 2026-07-15 and 2026-07-13 — drop those two entries after that.
1010
# The exactly pinned Pi 0.80.10 packages were vetted for the cloud-review SDK
1111
# migration; they age out of the gate on 2026-07-24 — drop these four entries then.
12+
# next@16.2.11 and @next/env@16.2.11 are the official Vercel security patch for the
13+
# July 2026 advisories (SSRF, cache confusion, DoS, middleware bypass — GHSA-89xv-2m56-2m9x
14+
# et al.); published 2026-07-21, they age out of the gate on 2026-07-28 — drop these two
15+
# entries then.
1216
minimumReleaseAgeExcludes = [
1317
"typescript",
1418
"@typescript/typescript6",
@@ -17,6 +21,8 @@ minimumReleaseAgeExcludes = [
1721
"@earendil-works/pi-ai",
1822
"@earendil-works/pi-coding-agent",
1923
"@earendil-works/pi-tui",
24+
"next",
25+
"@next/env",
2026
]
2127

2228
[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)