Files
DeepSeek-TUI/package.json
Hunter B f6d606aab0 fix(security): pin patched sharp dependency
Override Sharp to 0.35.3 in the root and web lockfile graphs, eliminating the inherited libvips advisories without changing provider or runtime behavior.

Validated with clean npm installs, zero-vulnerability audits, web tests/lint/build, and a Wrangler smoke.
2026-07-22 20:54:38 -07:00

18 lines
279 B
JSON

{
"name": "codewhale",
"private": true,
"workspaces": [
"npm/codewhale",
"npm/deepseek-tui",
"npm/runtime-sdk"
],
"devDependencies": {
"wrangler": "^4.103.0"
},
"overrides": {
"esbuild": "0.28.1",
"sharp": "0.35.3",
"ws": "8.21.0"
}
}