|
@@ -12,26 +12,24 @@
|
|
|
"url": "https://github.com/zilliztech/attu"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "@zilliz/milvus2-sdk-node": "^2.2.17",
|
|
|
- "axios": "^1.3.2",
|
|
|
+ "@zilliz/milvus2-sdk-node": "^2.2.19",
|
|
|
+ "axios": "^1.4.0",
|
|
|
"chalk": "^4.1.2",
|
|
|
"class-sanitizer": "^1.0.1",
|
|
|
"class-transformer": "^0.4.0",
|
|
|
- "class-validator": "^0.13.1",
|
|
|
+ "class-validator": "^0.14.0",
|
|
|
"cors": "^2.8.5",
|
|
|
"cross-env": "^7.0.3",
|
|
|
"csv-writer": "^1.6.0",
|
|
|
- "express": "^4.17.1",
|
|
|
+ "express": "^4.18.2",
|
|
|
"glob": "^7.2.0",
|
|
|
- "helmet": "^4.6.0",
|
|
|
- "http-errors": "^1.8.1",
|
|
|
+ "helmet": "^7.0.0",
|
|
|
+ "http-errors": "^2.0.0",
|
|
|
"lru-cache": "^6.0.0",
|
|
|
"morgan": "^1.10.0",
|
|
|
- "node-cron": "^3.0.0",
|
|
|
+ "node-cron": "^3.0.2",
|
|
|
"rimraf": "^3.0.2",
|
|
|
- "socket.io": "^4.3.1",
|
|
|
- "swagger-jsdoc": "^6.1.0",
|
|
|
- "swagger-ui-express": "^4.1.6"
|
|
|
+ "socket.io": "^4.7.1"
|
|
|
},
|
|
|
"jest": {
|
|
|
"testEnvironment": "node",
|
|
@@ -51,29 +49,27 @@
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"@types/chalk": "^2.2.0",
|
|
|
- "@types/cors": "^2.8.12",
|
|
|
- "@types/express": "^4.17.13",
|
|
|
- "@types/glob": "^7.2.0",
|
|
|
- "@types/http-errors": "^1.8.1",
|
|
|
- "@types/jest": "^27.0.2",
|
|
|
+ "@types/cors": "^2.8.13",
|
|
|
+ "@types/express": "^4.17.17",
|
|
|
+ "@types/glob": "^8.1.0",
|
|
|
+ "@types/http-errors": "^2.0.1",
|
|
|
+ "@types/jest": "^29.5.3",
|
|
|
"@types/lru-cache": "^5.1.1",
|
|
|
- "@types/morgan": "^1.9.3",
|
|
|
- "@types/node": "^16.11.6",
|
|
|
- "@types/node-cron": "^3.0.0",
|
|
|
- "@types/supertest": "^2.0.11",
|
|
|
- "@types/swagger-jsdoc": "^6.0.1",
|
|
|
- "@types/swagger-ui-express": "^4.1.3",
|
|
|
- "@types/ws": "^8.2.0",
|
|
|
+ "@types/morgan": "^1.9.4",
|
|
|
+ "@types/node": "^20.4.2",
|
|
|
+ "@types/node-cron": "^3.0.8",
|
|
|
+ "@types/supertest": "^2.0.12",
|
|
|
+ "@types/ws": "^8.5.5",
|
|
|
"electron": "^21.0.1",
|
|
|
"electron-builder": "^23.6.0",
|
|
|
- "jest": "^27.3.1",
|
|
|
- "nodemon": "^2.0.14",
|
|
|
- "prettier": "^2.4.1",
|
|
|
- "supertest": "^6.1.6",
|
|
|
- "ts-jest": "^27.0.7",
|
|
|
- "ts-node": "^10.4.0",
|
|
|
+ "jest": "^29.6.1",
|
|
|
+ "nodemon": "^3.0.1",
|
|
|
+ "prettier": "^3.0.0",
|
|
|
+ "supertest": "^6.3.3",
|
|
|
+ "ts-jest": "^29.1.1",
|
|
|
+ "ts-node": "^10.9.1",
|
|
|
"tslint": "^6.1.3",
|
|
|
- "typescript": "^4.4.4"
|
|
|
+ "typescript": "^5.1.6"
|
|
|
},
|
|
|
"scripts": {
|
|
|
"prebuild": "tslint -c tslint.json -p tsconfig.json --fix",
|