Skip to content

Commit ba99c10

Browse files
committed
fix(deps): patch Next.js and PostCSS vulnerabilities
1 parent cfc3fe8 commit ba99c10

9 files changed

Lines changed: 120 additions & 130 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ source tree on July 13, 2026; the repository now contains V2 code only.
1414
| Layer | Choice |
1515
|---|---|
1616
| Backend | Cloudflare Workers + Durable Objects + Workflows |
17-
| Frontend | Next.js 16.2.10 + React 19.2.7 + Tailwind 4.3.2 + shadcn 4.6.0 + AI Elements + Streamdown on Vercel |
17+
| Frontend | Next.js 16.2.11 + React 19.2.7 + Tailwind 4.3.2 + shadcn 4.6.0 + AI Elements + Streamdown on Vercel |
1818
| Agent framework | Mastra 1.51.0 on Vercel AI SDK v6.0.205 |
1919
| Sandbox | Daytona per-user sandboxes via REST-over-fetch |
2020
| Browser | Stagehand v3.7.0 LOCAL inside the Daytona sandbox snapshot |

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Direct competitors: Manus (generalist async agent), HappyCapy (GUI workstation +
1414
|---|---|
1515
| Language | **TypeScript** everywhere. No Python in backend. Python lives only inside the Daytona sandbox. |
1616
| Backend runtime | **Cloudflare Workers + Durable Objects + Workflows** |
17-
| Frontend | **Next.js 16.2.10 + React 19.2.7 + Tailwind 4.3.2 + shadcn CLI 4.6.0 + AI Elements + Streamdown** on Vercel |
17+
| Frontend | **Next.js 16.2.11 + React 19.2.7 + Tailwind 4.3.2 + shadcn CLI 4.6.0 + AI Elements + Streamdown** on Vercel |
1818
| Agent framework | **Mastra 1.51.0** on top of **Vercel AI SDK v6.0.205** |
1919
| Sandbox | **Daytona Sandboxes** via REST-over-fetch (no SDK in Workers; `packages/tools-code/src/daytona-client.ts`) — one persistent sandbox per user with isolated project folders |
2020
| Browser automation | **Stagehand v3.7.0 LOCAL mode** inside the Daytona sandbox image |

infra/containers/sandbox/app-generators/package-lock.json

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

infra/containers/sandbox/app-generators/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"node": "22.22.2"
77
},
88
"dependencies": {
9-
"create-next-app": "16.2.10"
9+
"create-next-app": "16.2.11"
1010
}
1111
}

infra/containers/sandbox/app-templates/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"format": "biome format --write"
1515
},
1616
"dependencies": {
17-
"next": "16.2.10",
17+
"next": "16.2.11",
1818
"react": "19.2.7",
1919
"react-dom": "19.2.7"
2020
},

infra/containers/sandbox/app-templates/next/pnpm-lock.yaml

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

infra/containers/sandbox/app-templates/next/pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ allowBuilds:
55
sharp: false
66

77
overrides:
8-
'postcss@<8.5.10': 8.5.15
8+
'postcss@<8.5.18': 8.5.18
99
'sharp@<0.35.0': 0.35.0

0 commit comments

Comments
 (0)