bumped node-ssh2 (fixes #605)

This commit is contained in:
Eugene Pankov
2019-01-30 18:11:49 +01:00
parent 89465f57d5
commit e65811786d
2 changed files with 21 additions and 14 deletions

View File

@@ -36,10 +36,10 @@
},
"optionalDependencies": {
"wincredmgr": "^2.0.0",
"xkeychain": "^0.0.6",
"windows-process-tree": "^0.2.3"
"windows-process-tree": "^0.2.3",
"xkeychain": "^0.0.6"
},
"dependencies": {
"ssh2": "^0.5.5"
"ssh2": "^0.8.2"
}
}