Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"fumadocs-openapi": "10.8.1",
"fumadocs-ui": "16.8.5",
"lucide-react": "^0.511.0",
"next": "16.2.6",
"next": "16.2.11",
"next-themes": "^0.4.6",
"postgres": "^3.4.5",
"react": "19.2.4",
Expand Down
6 changes: 3 additions & 3 deletions apps/sim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"mongodb": "6.19.0",
"mysql2": "3.14.3",
"neo4j-driver": "6.0.1",
"next": "16.2.6",
"next": "16.2.11",
"next-mdx-remote": "^6.0.0",
"next-runtime-env": "3.3.0",
"next-themes": "^0.4.6",
Expand Down Expand Up @@ -264,8 +264,8 @@
"sharp"
],
"overrides": {
"next": "16.2.6",
"@next/env": "16.2.6",
"next": "16.2.11",
"@next/env": "16.2.11",
"mermaid": "11.15.0",
"react-floater": {
"react": "$react",
Expand Down
30 changes: 7 additions & 23 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions bunfig.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,20 @@ exact = true
minimumReleaseAge = 604800
# @typescript/native-preview stays excluded permanently: it only publishes nightly
# dev builds, so every version is structurally younger than any age gate.
# typescript@7.0.2 and @typescript/typescript6@6.0.2 were vetted in #5521; they age
# out of the gate on 2026-07-15 and 2026-07-13 — drop those two entries after that.
# The exactly pinned Pi 0.80.10 packages were vetted for the cloud-review SDK
# migration; they age out of the gate on 2026-07-24 — drop these four entries then.
# next@16.2.11 and @next/env@16.2.11 are the official Vercel security patch for the
# July 2026 advisories (SSRF, cache confusion, DoS, middleware bypass — GHSA-89xv-2m56-2m9x
# et al.); published 2026-07-21, they age out of the gate on 2026-07-28 — drop these two
# entries then.
minimumReleaseAgeExcludes = [
"typescript",
"@typescript/typescript6",
"@typescript/native-preview",
"@earendil-works/pi-agent-core",
"@earendil-works/pi-ai",
"@earendil-works/pi-coding-agent",
"@earendil-works/pi-tui",
"next",
"@next/env",
Comment thread
waleedlatif1 marked this conversation as resolved.
]

[run]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"overrides": {
"react": "19.2.4",
"react-dom": "19.2.4",
"next": "16.2.6",
"@next/env": "16.2.6",
"next": "16.2.11",
"@next/env": "16.2.11",
"drizzle-orm": "^0.45.2",
"postgres": "^3.4.5",
"minimatch": "^10.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/emcn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"framer-motion": "^12.5.0",
"input-otp": "^1.4.2",
"lucide-react": "^0.479.0",
"next": "16.2.6",
"next": "16.2.11",
"prismjs": "^1.30.0",
"react": "19.2.4",
"react-dom": "19.2.4",
Expand Down
Loading