|
@@ -14,23 +14,21 @@
|
|
|
"dependencies": {
|
|
|
"@json2csv/plainjs": "^7.0.3",
|
|
|
"@zilliz/milvus2-sdk-node": "2.3.5",
|
|
|
- "axios": "^1.6.2",
|
|
|
- "chalk": "^4.1.2",
|
|
|
+ "axios": "^1.6.8",
|
|
|
+ "chalk": "4.1.2",
|
|
|
"class-sanitizer": "^1.0.1",
|
|
|
- "class-transformer": "^0.4.0",
|
|
|
- "class-validator": "^0.14.0",
|
|
|
+ "class-transformer": "^0.5.1",
|
|
|
+ "class-validator": "^0.14.1",
|
|
|
"cors": "^2.8.5",
|
|
|
"cross-env": "^7.0.3",
|
|
|
"csv-writer": "^1.6.0",
|
|
|
- "express": "^4.18.2",
|
|
|
- "glob": "^7.2.0",
|
|
|
- "helmet": "^7.0.0",
|
|
|
+ "express": "^4.19.2",
|
|
|
+ "helmet": "^7.1.0",
|
|
|
"http-errors": "^2.0.0",
|
|
|
- "lru-cache": "^10.1.0",
|
|
|
+ "lru-cache": "^10.2.0",
|
|
|
"morgan": "^1.10.0",
|
|
|
- "node-cron": "^3.0.2",
|
|
|
- "rimraf": "^5.0.1",
|
|
|
- "socket.io": "^4.7.1"
|
|
|
+ "node-cron": "^3.0.3",
|
|
|
+ "socket.io": "^4.7.5"
|
|
|
},
|
|
|
"jest": {
|
|
|
"testEnvironment": "node",
|
|
@@ -50,27 +48,25 @@
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"@types/chalk": "^2.2.0",
|
|
|
- "@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/cors": "^2.8.17",
|
|
|
+ "@types/express": "^4.17.21",
|
|
|
+ "@types/http-errors": "^2.0.4",
|
|
|
+ "@types/jest": "^29.5.12",
|
|
|
"@types/lru-cache": "^7.10.10",
|
|
|
"@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": "^29.1.0",
|
|
|
+ "@types/supertest": "^6.0.2",
|
|
|
+ "@types/ws": "^8.5.10",
|
|
|
+ "electron": "^29.1.5",
|
|
|
"electron-builder": "^24.13.3",
|
|
|
- "jest": "^29.6.1",
|
|
|
- "nodemon": "^3.0.1",
|
|
|
- "prettier": "^3.0.0",
|
|
|
- "supertest": "^6.3.3",
|
|
|
+ "jest": "^29.7.0",
|
|
|
+ "nodemon": "^3.1.0",
|
|
|
+ "prettier": "^3.2.5",
|
|
|
+ "rimraf": "^5.0.5",
|
|
|
+ "supertest": "^6.3.4",
|
|
|
"ts-jest": "^29.1.1",
|
|
|
- "ts-node": "^10.9.1",
|
|
|
- "tslint": "^6.1.3",
|
|
|
- "typescript": "^5.1.6"
|
|
|
+ "tslint": "^6.1.3"
|
|
|
},
|
|
|
"scripts": {
|
|
|
"prebuild": "tslint -c tslint.json -p tsconfig.json --fix",
|