Update MaxCtrl packages

A library required the globby library but the version it required didn't
work. Also updated lodash and inquirer.
This commit is contained in:
Markus Mäkelä 2019-01-09 14:58:54 +02:00
parent 147f0bb656
commit d3c7e4e23f
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19
2 changed files with 1163 additions and 55 deletions

1213
maxctrl/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -18,8 +18,9 @@
"license": "SEE LICENSE IN ../LICENSE.TXT",
"dependencies": {
"cli-table": "^0.3.1",
"inquirer": "^6.1.0",
"lodash": "^4.17.4",
"globby": "^8.0.2",
"inquirer": "^6.2.1",
"lodash": "^4.17.11",
"lodash-getpath": "^0.2.4",
"readline-sync": "^1.4.9",
"request": "^2.88.0",