Skip to content

Commit

Permalink
Merge pull request #529 from TabletCommand/master
Browse files Browse the repository at this point in the history
Updated ssh2 to 1.9.0. Fixes #514.
  • Loading branch information
lefebvree authored May 5, 2022
2 parents 18f4414 + 7c4f114 commit 71735cc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"proxy-agent": "5.0.0",
"rimraf": "^3.0.2",
"simple-git": "3.5.0",
"ssh2": "1.8.0",
"ssh2": "1.9.0",
"ssh2-streams": "0.4.10",
"sshpk": "1.16.1",
"tiny-async-pool": "1.2.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2368,10 +2368,10 @@ core-util-is@~1.0.0:
resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz"
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=

[email protected].3:
version "0.0.3"
resolved "https://registry.yarnpkg.com/cpu-features/-/cpu-features-0.0.3.tgz#2acee87f762d11d5197babb34629293007a09edd"
integrity sha512-p6C/uud4F4bDyCz9+BNU22KdV1AGxPK6L9rQG9x3x4SSzdMPyBPErP7Rxn8avT2ex1M2g5Rpjz5Us/ri/766Qg==
cpu-features@~0.0.4:
version "0.0.4"
resolved "https://registry.yarnpkg.com/cpu-features/-/cpu-features-0.0.4.tgz#0023475bb4f4c525869c162e4108099e35bf19d8"
integrity sha512-fKiZ/zp1mUwQbnzb9IghXtHtDoTMtNeb8oYGx6kX2SYfhnG0HNdBEBIzB9b5KlXu5DQPhfy3mInbBxFcgwAr3A==
dependencies:
buildcheck "0.0.3"
nan "^2.15.0"
Expand Down Expand Up @@ -5048,15 +5048,15 @@ [email protected]:
bcrypt-pbkdf "^1.0.2"
streamsearch "~0.1.2"

ssh2@1.8.0:
version "1.8.0"
resolved "https://registry.yarnpkg.com/ssh2/-/ssh2-1.8.0.tgz#97a9bfa3348412a2ed266265ddb351746b6edfc8"
integrity sha512-NVIRkIwJvWl+mcRozp+EBzHMVCcbDKBea64ToPdZEk43yAVGwmfqYZRPFRnnvGjsKC34wYCmiupTcKgCVNVNNg==
ssh2@1.9.0:
version "1.9.0"
resolved "https://registry.yarnpkg.com/ssh2/-/ssh2-1.9.0.tgz#3ab8330cec2bb6ba3061052fefb25bc19e36f176"
integrity sha512-rhhIZT0eMPvCBSOG8CpqZZ7gre2vgXaIqmb3Jb83t88rjsxIsFzDanqBJM9Ns8BmP1835A5IbQ199io4EUZwOA==
dependencies:
asn1 "^0.2.4"
bcrypt-pbkdf "^1.0.2"
optionalDependencies:
cpu-features "0.0.3"
cpu-features "~0.0.4"
nan "^2.15.0"

[email protected]:
Expand Down

0 comments on commit 71735cc

Please sign in to comment.