Updated deps

This commit is contained in:
Bryan Ashby 2016-01-03 17:58:25 -07:00
parent 4b42340c5f
commit 6fc39a248c
1 changed files with 7 additions and 6 deletions

View File

@ -13,7 +13,7 @@
"telnet" "telnet"
], ],
"dependencies": { "dependencies": {
"async": "^1.5.0", "async": "^1.5.1",
"binary": "0.3.x", "binary": "0.3.x",
"buffers": "0.1.x", "buffers": "0.1.x",
"bunyan": "1.5.x", "bunyan": "1.5.x",
@ -21,15 +21,16 @@
"hjson": "1.7.x", "hjson": "1.7.x",
"iconv-lite": "^0.4.13", "iconv-lite": "^0.4.13",
"lodash": "^3.10.1", "lodash": "^3.10.1",
"minimist": "1.2.x",
"mkdirp": "0.5.x", "mkdirp": "0.5.x",
"moment": "^2.10.6", "moment": "^2.11.0",
"node-uuid": "^1.4.7", "node-uuid": "^1.4.7",
"ptyw.js": "^0.3.4", "ptyw.js": "^0.3.7",
"sqlite3": "^3.1.1", "sqlite3": "^3.1.1",
"ssh2": "^0.4.12", "ssh2": "^0.4.13",
"string-format": "davidchambers/string-format#mini-language" "string-format": "davidchambers/string-format#mini-language"
}, },
"engines" : { "engines": {
"node" : ">=0.12.2" "node": ">=0.12.2"
} }
} }