Update modules in cli.

This commit is contained in:
mmcwilliams 2019-12-16 19:45:09 -05:00
parent 1075c7ff4a
commit e59d165689
2 changed files with 418 additions and 2409 deletions

2813
cli/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@
"arduino": "file:lib/arduino",
"cam": "file:lib/cam",
"cmd": "file:lib/cmd",
"commander": "^2.19.0",
"commander": "^4.0.1",
"delay": "file:../app/lib/delay",
"device": "file:lib/device",
"devices": "file:lib/devices",
@ -28,8 +28,8 @@
"display": "file:lib/display",
"exec": "file:lib/exec",
"exit": "file:lib/exit",
"fs-extra": "^7.0.1",
"humanize-duration": "^3.17.0",
"fs-extra": "^8.1.0",
"humanize-duration": "^3.21.0",
"intval": "file:lib/intval",
"light": "file:lib/light",
"log": "file:lib/log",
@ -38,14 +38,14 @@
"proj": "file:lib/proj",
"request": "^2.88.0",
"sequencer": "file:lib/sequencer",
"serialport": "^7.0.2",
"serialport": "^8.0.5",
"settings": "file:lib/settings",
"spawn": "file:lib/spawn",
"systeminformation": "^4.1.1",
"uuid": "^3.3.2",
"systeminformation": "^4.16.0",
"uuid": "^3.3.3",
"winston": "^3.2.1"
},
"devDependencies": {
"pkg": "^4.3.7"
"pkg": "^4.4.2"
}
}