mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-17 22:48:35 +00:00
8d1493ed08
pip: - cryptography 43.0.3 → 46.0.7 (5 CVEs including CVSS 8.2 ECDH key leak) npm: - hono 4.1.4/4.12.7 → 4.12.12 (prototype pollution, cookie injection, path traversal, middleware bypass, IP matching bypass) - @hono/node-server 1.19.6 → 1.19.13 (serveStatic middleware bypass) - vite 7.3.1 → 7.3.2 (file read via WebSocket, path traversal, fs.deny bypass) - lodash override 4.17.23 → 4.18.1 (code injection via _.template, prototype pollution via _.unset/_.omit) mlflow left at 3.9.0 — 2 of 3 alerts have no upstream fix, and 3.11.1 is blocked by exclude-newer (transitive dep chain). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
15 lines
290 B
JSON
15 lines
290 B
JSON
{
|
|
"scripts": {
|
|
"dev": "wrangler dev src/index.ts",
|
|
"deploy": "wrangler deploy --minify src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"hono": "4.12.12",
|
|
"openai": "4.29.2"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "4.20240208.0",
|
|
"wrangler": "3.32.0"
|
|
}
|
|
}
|