diff --git a/package.json b/package.json index 1bc53914d..992e9a169 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 12659b5ba..5587c0e9f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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= -cpu-features@0.0.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" @@ -5048,15 +5048,15 @@ ssh2-streams@0.4.10: 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" sshpk@1.16.1: