fix minimist vulnerability

This commit is contained in:
ohdarling88 2020-07-07 21:46:18 +08:00
parent bfc5b508aa
commit b11af3c24f
1 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@
"log": "^6.0.0",
"log-node": "^7.0.0",
"mysql2": "^2.1.0",
"otplib": "^12.0.1"
"otplib": "^12.0.1",
"minimist": ">=0.2.1"
}
}