chore(deps): clear all 27 advisories via fastify 5, vite 6, transitive overrides

Direct bumps: ws 8.21.0, vitest 3.2.6 (critical UI-server RCE), js-yaml 4.2.0.
Root pnpm.overrides: hono, undici, qs, fast-uri, react-router(-dom), @babel/core,
range-scoped esbuild, and a global vite pin (forces vitest onto Vite 6).
Major migrations with no code changes (API-audited): fastify 4 to 5 across
server/coder/control/booterm (+@fastify/websocket 11, @fastify/static 9.1.1),
vite 5 to 6 +@vitejs/plugin-react 4.7 in web. pnpm audit: no known vulnerabilities.
Suites green: contracts 29, server 599, coder 589, control 175, ion 104.
This commit is contained in:
2026-06-21 14:06:35 +00:00
parent 8bd32537cf
commit 046ed38734
10 changed files with 834 additions and 766 deletions

View File

@@ -11,8 +11,8 @@
"start": "node dist/index.js"
},
"dependencies": {
"@fastify/websocket": "^10.0.1",
"fastify": "^4.28.1",
"@fastify/websocket": "^11.0.0",
"fastify": "^5.8.3",
"node-pty": "^1.0.0",
"pg": "^8.13.0",
"zod": "^3.23.8"

View File

@@ -17,12 +17,12 @@
"@agentclientprotocol/sdk": "^0.22.1",
"@anthropic-ai/claude-agent-sdk": "^0.3.159",
"@boocode/server": "workspace:*",
"@fastify/websocket": "^10.0.1",
"@fastify/websocket": "^11.0.0",
"@modelcontextprotocol/sdk": "^1.29.0",
"@opencode-ai/sdk": "~1.15.0",
"fastify": "^4.28.1",
"fastify": "^5.8.3",
"postgres": "^3.4.4",
"ws": "^8.18.0",
"ws": "^8.21.0",
"zod": "^3.23.8"
},
"devDependencies": {
@@ -30,7 +30,7 @@
"@types/ws": "^8.5.10",
"tsx": "^4.16.2",
"typescript": "^5.5.0",
"vitest": "^3.0.0"
"vitest": "^3.2.6"
},
"license": "MIT"
}

View File

@@ -13,13 +13,13 @@
},
"dependencies": {
"@boocode/contracts": "workspace:*",
"@fastify/websocket": "^10.0.1",
"@fastify/websocket": "^11.0.0",
"ajv": "^8.20.0",
"ajv-formats": "^3.0.1",
"fastify": "^4.28.1",
"js-yaml": "^4.1.1",
"fastify": "^5.8.3",
"js-yaml": "^4.2.0",
"postgres": "^3.4.4",
"ws": "^8.18.0",
"ws": "^8.21.0",
"zod": "^3.23.8"
},
"devDependencies": {
@@ -28,7 +28,7 @@
"@types/ws": "^8.5.10",
"tsx": "^4.16.2",
"typescript": "^5.5.0",
"vitest": "^3.0.0"
"vitest": "^3.2.6"
},
"license": "MIT"
}

View File

@@ -89,14 +89,14 @@
"@ai-sdk/deepseek": "^2.0.35",
"@ai-sdk/openai-compatible": "^2.0.47",
"@boocode/contracts": "workspace:*",
"@fastify/static": "^7.0.4",
"@fastify/websocket": "^10.0.1",
"@fastify/static": "^9.1.1",
"@fastify/websocket": "^11.0.0",
"@modelcontextprotocol/sdk": "^1.29.0",
"ai": "^6.0.190",
"fastify": "^4.28.1",
"fastify": "^5.8.3",
"node-html-markdown": "^1.3.0",
"postgres": "^3.4.4",
"ws": "^8.18.0",
"ws": "^8.21.0",
"zod": "^3.23.8"
},
"devDependencies": {
@@ -104,7 +104,7 @@
"@types/ws": "^8.5.10",
"tsx": "^4.16.2",
"typescript": "^5.5.0",
"vitest": "^3.2.4"
"vitest": "^3.2.6"
},
"license": "MIT"
}

View File

@@ -43,13 +43,13 @@
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.7.0",
"jsdom": "^29.1.1",
"shadcn": "^4.7.0",
"tailwindcss": "^4.3.0",
"typescript": "^5.5.0",
"vite": "^5.3.4",
"vitest": "^3.2.4"
"vite": "^6.4.3",
"vitest": "^3.2.6"
},
"license": "MIT"
}