mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-16 02:12:01 +00:00
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>
14 lines
219 B
JSON
14 lines
219 B
JSON
{
|
|
"scripts": {
|
|
"dev": "tsx watch src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@hono/node-server": "1.19.6",
|
|
"hono": "4.12.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.19.25",
|
|
"tsx": "4.20.6"
|
|
}
|
|
}
|