SSH dep update

This commit is contained in:
Bryan Ashby 2020-05-14 22:30:57 -06:00
parent 0e5d9ddbd1
commit 009688c3b6
2 changed files with 10 additions and 10 deletions

View File

@ -51,7 +51,7 @@
"sanitize-filename": "^1.6.3", "sanitize-filename": "^1.6.3",
"sqlite3": "^4.2.0", "sqlite3": "^4.2.0",
"sqlite3-trans": "^1.2.2", "sqlite3-trans": "^1.2.2",
"ssh2": "0.8.6", "ssh2": "0.8.9",
"temptmp": "^1.1.0", "temptmp": "^1.1.0",
"uuid": "^8.0.0", "uuid": "^8.0.0",
"uuid-parse": "1.1.0", "uuid-parse": "1.1.0",

View File

@ -1697,21 +1697,21 @@ sqlite3@^4.2.0:
nan "^2.12.1" nan "^2.12.1"
node-pre-gyp "^0.11.0" node-pre-gyp "^0.11.0"
ssh2-streams@~0.4.7: ssh2-streams@~0.4.10:
version "0.4.7" version "0.4.10"
resolved "https://registry.yarnpkg.com/ssh2-streams/-/ssh2-streams-0.4.7.tgz#093b89069de9cf5f06feff0601a5301471b01611" resolved "https://registry.yarnpkg.com/ssh2-streams/-/ssh2-streams-0.4.10.tgz#48ef7e8a0e39d8f2921c30521d56dacb31d23a34"
integrity sha512-JhF8BNfeguOqVHOLhXjzLlRKlUP8roAEhiT/y+NcBQCqpRUupLNrRf2M+549OPNVGx21KgKktug4P3MY/IvTig== integrity sha512-8pnlMjvnIZJvmTzUIIA5nT4jr2ZWNNVHwyXfMGdRJbug9TpI3kd99ffglgfSWqujVv/0gxwMsDn9j9RVst8yhQ==
dependencies: dependencies:
asn1 "~0.2.0" asn1 "~0.2.0"
bcrypt-pbkdf "^1.0.2" bcrypt-pbkdf "^1.0.2"
streamsearch "~0.1.2" streamsearch "~0.1.2"
ssh2@0.8.6: ssh2@0.8.9:
version "0.8.6" version "0.8.9"
resolved "https://registry.yarnpkg.com/ssh2/-/ssh2-0.8.6.tgz#dcc62e1d3b9e58a21f711f5186f043e4e792e6da" resolved "https://registry.yarnpkg.com/ssh2/-/ssh2-0.8.9.tgz#54da3a6c4ba3daf0d8477a538a481326091815f3"
integrity sha512-T0cPmEtmtC8WxSupicFDjx3vVUdNXO8xu2a/D5bjt8ixOUCe387AgvxU3mJgEHpu7+Sq1ZYx4d3P2pl/yxMH+w== integrity sha512-GmoNPxWDMkVpMFa9LVVzQZHF6EW3WKmBwL+4/GeILf2hFmix5Isxm7Amamo8o7bHiU0tC+wXsGcUXOxp8ChPaw==
dependencies: dependencies:
ssh2-streams "~0.4.7" ssh2-streams "~0.4.10"
static-extend@^0.1.1: static-extend@^0.1.1:
version "0.1.2" version "0.1.2"