[chore] security package update
This commit is contained in:
parent
d9ae244c97
commit
55f33ad490
2417
package-lock.json
generated
2417
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -30,7 +30,7 @@
|
||||
"join-js": "^1.0.0",
|
||||
"jsonwebtoken": "^8.2.1",
|
||||
"kcors": "^2.2.1",
|
||||
"knex": "^0.14.6",
|
||||
"knex": "^0.95.10",
|
||||
"koa": "^2.5.1",
|
||||
"koa-bodyparser": "^4.2.0",
|
||||
"koa-helmet": "^4.0.0",
|
||||
@ -40,17 +40,17 @@
|
||||
"koa-response-time": "^2.0.0",
|
||||
"koa-router": "^7.4.0",
|
||||
"koa-static": "^5.0.0",
|
||||
"lodash": "^4.17.10",
|
||||
"lodash": "^4.17.21",
|
||||
"mysql": "^2.15.0",
|
||||
"pg": "^7.4.1",
|
||||
"qs": "^6.5.1",
|
||||
"request": "^2.85.0",
|
||||
"request-promise": "^4.2.2",
|
||||
"slug": "^0.9.1",
|
||||
"slug": "^0.9.4",
|
||||
"uuid": "^3.2.1",
|
||||
"validator": "^9.4.1",
|
||||
"winston": "^2.4.2",
|
||||
"yup": "^0.24.1"
|
||||
"yup": "^0.32.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"faker": "^4.1.0",
|
||||
|
||||
@ -6,7 +6,7 @@ exports.pickParams = function (appId, systemParams) {
|
||||
let requiredParams = 2;
|
||||
|
||||
if (appId === 'cocserver') {
|
||||
if (systemParams.hasOwnProperty("cpuIdHypervisor"))) {
|
||||
if (systemParams.hasOwnProperty("cpuIdHypervisor")) {
|
||||
appParams = ['osId', 'computerUUID', 'cpuIdModel', 'nicMac', 'diskSerialNum', 'nicMac', 'mainboardSerialNum', 'computerSerial'];
|
||||
requiredParams = 3
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user