mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-18 03:31:23 +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>
34 lines
901 B
JSON
34 lines
901 B
JSON
{
|
|
"name": "ui-unit-tests",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"test:watch": "jest --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/react": "14.3.1",
|
|
"@testing-library/jest-dom": "6.9.1",
|
|
"@types/jest": "29.5.14",
|
|
"@types/react": "18.3.27",
|
|
"@types/react-dom": "18.3.7",
|
|
"identity-obj-proxy": "3.0.0",
|
|
"jest": "29.7.0",
|
|
"jest-environment-jsdom": "29.7.0",
|
|
"ts-jest": "29.4.5",
|
|
"typescript": "5.9.3"
|
|
},
|
|
"dependencies": {
|
|
"antd": "5.29.1",
|
|
"@ant-design/icons": "5.6.1",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1"
|
|
},
|
|
"overrides": {
|
|
"glob": "13.0.0",
|
|
"minimatch": "10.1.1",
|
|
"@isaacs/brace-expansion": "5.0.0",
|
|
"@babel/traverse": "7.28.5",
|
|
"ws": "8.18.3",
|
|
"braces": "3.0.3"
|
|
}
|
|
} |