Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit a3c9479

Browse files
author
Martin Wentzel
committed
Update ssh2 dependency.
1 parent ccba8b0 commit a3c9479

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"description": "Easy to use ssh client with port forwarding and bastion host support",
88
"dependencies": {
9-
"ssh2": "^0.8.2"
9+
"ssh2": "^0.8.4"
1010
},
1111
"keywords": [
1212
"node",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -350,21 +350,21 @@ sprintf-js@~1.0.2:
350350
version "1.0.3"
351351
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
352352

353-
ssh2-streams@~0.4.2:
354-
version "0.4.2"
355-
resolved "https://registry.yarnpkg.com/ssh2-streams/-/ssh2-streams-0.4.2.tgz#bac0d18727396d16049f5f0c8517a46516b45719"
356-
integrity sha512-2rSj3oTIJnbAIzR3+XwIYef9wCOVrPQZNLL+fFPPjnPxf09tKkAbgrlYgh/1qynBTz65AUOS+s1zuko4M/GKCw==
353+
ssh2-streams@~0.4.4:
354+
version "0.4.4"
355+
resolved "https://registry.yarnpkg.com/ssh2-streams/-/ssh2-streams-0.4.4.tgz#7f07464c4b19ee93324995ec7164f110c5a13658"
356+
integrity sha512-yNfPZgJO/N69TvYkpDHZBkXAXQzTpfzRkOphQu3PeUpZnrjp9VNa8RKDZkZDpjsWItay+I4NMAbZZ7DqHRt0AQ==
357357
dependencies:
358358
asn1 "~0.2.0"
359359
bcrypt-pbkdf "^1.0.2"
360360
streamsearch "~0.1.2"
361361

362-
ssh2@^0.8.2:
363-
version "0.8.2"
364-
resolved "https://registry.yarnpkg.com/ssh2/-/ssh2-0.8.2.tgz#f7a172458d3a7a13d520438264f90de8a3ee72af"
365-
integrity sha512-oaXu7faddvPFGavnLBkk0RFwLXvIzCPq6KqAC3ExlnFPAVIE1uo7pWHe9xmhNHXm+nIe7yg9qsssOm+ip2jijw==
362+
ssh2@^0.8.4:
363+
version "0.8.4"
364+
resolved "https://registry.yarnpkg.com/ssh2/-/ssh2-0.8.4.tgz#0a657d9371c1fe9f9e349bcff6144febee256aa6"
365+
integrity sha512-qztb9t4b34wJSiWVpeTMVVN/5KCuBoyctBc2BcSe/Uq4NRnF0gB16Iu5p72ILhdYATcMNwB5WppzPIEs/3wB8Q==
366366
dependencies:
367-
ssh2-streams "~0.4.2"
367+
ssh2-streams "~0.4.4"
368368

369369
streamsearch@~0.1.2:
370370
version "0.1.2"

0 commit comments

Comments
 (0)