mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-11 03:04:02 +00:00
006d481025
Remove @neondatabase/api-client and neonctl to address CVE-2026-25639 (axios supply chain vulnerability). Pin all JS dependencies to exact versions across all package.json files to prevent future supply chain attacks via semver range resolution. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
15 lines
288 B
JSON
15 lines
288 B
JSON
{
|
|
"scripts": {
|
|
"dev": "wrangler dev src/index.ts",
|
|
"deploy": "wrangler deploy --minify src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"hono": "4.1.4",
|
|
"openai": "4.29.2"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "4.20240208.0",
|
|
"wrangler": "3.32.0"
|
|
}
|
|
}
|