Dep. upgrades

This commit is contained in:
Bryan Ashby
2018-06-02 21:13:27 -06:00
parent 57ecac5350
commit 2eb07aebb8
2 changed files with 101 additions and 92 deletions

View File

@@ -22,35 +22,35 @@
"retro"
],
"dependencies": {
"async": "^2.5.0",
"async": "^2.6.1",
"binary-parser": "^1.3.2",
"buffers": "github:NuSkooler/node-buffers",
"bunyan": "^1.8.12",
"exiftool": "^0.0.3",
"fs-extra": "^5.0.0",
"fs-extra": "^6.0.1",
"glob": "^7.1.2",
"graceful-fs": "^4.1.11",
"hashids": "^1.1.1",
"hjson": "^3.1.0",
"iconv-lite": "^0.4.18",
"inquirer": "^5.0.0",
"hjson": "^3.1.1",
"iconv-lite": "^0.4.23",
"inquirer": "^6.0.0",
"later": "1.2.0",
"lodash": "^4.17.4",
"mime-types": "^2.1.17",
"lodash": "^4.17.10",
"mime-types": "^2.1.18",
"minimist": "1.2.x",
"moment": "^2.20.1",
"moment": "^2.22.2",
"node-pty": "^0.7.4",
"nodemailer": "^4.4.1",
"nodemailer": "^4.6.5",
"rlogin": "^1.0.0",
"sane": "^2.2.0",
"sane": "^2.5.2",
"sanitize-filename": "^1.6.1",
"sqlite3": "^4.0.0",
"sqlite3-trans": "^1.2.0",
"ssh2": "^0.5.5",
"ssh2": "^0.6.1",
"temptmp": "^1.0.0",
"uuid": "^3.1.0",
"uuid": "^3.2.1",
"uuid-parse": "^1.0.0",
"ws": "^4.0.0",
"ws": "^5.2.0",
"xxhash": "^0.2.4",
"yazl": "^2.4.2"
},