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

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