Skip to content

Commit 181e0ea

Browse files
committed
Remove ssh2 dep
1 parent d0d5461 commit 181e0ea

File tree

2 files changed

+2
-41
lines changed

2 files changed

+2
-41
lines changed

package.json

-3
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
"@types/safe-compare": "^1.1.0",
2626
"@types/semver": "^7.1.0",
2727
"@types/tar-fs": "^1.16.2",
28-
"@types/ssh2": "0.5.39",
29-
"@types/ssh2-streams": "^0.1.6",
3028
"@types/tar-stream": "^1.6.1",
3129
"@types/ws": "^6.0.4",
3230
"@typescript-eslint/eslint-plugin": "^2.0.0",
@@ -59,7 +57,6 @@
5957
"pem": "^1.14.2",
6058
"safe-compare": "^1.1.4",
6159
"semver": "^7.1.3",
62-
"ssh2": "^0.8.7",
6360
"tar": "^6.0.1",
6461
"tar-fs": "^2.0.0",
6562
"ws": "^7.2.0"

yarn.lock

+2-38
Original file line numberDiff line numberDiff line change
@@ -944,21 +944,6 @@
944944
dependencies:
945945
"@types/node" "*"
946946

947-
"@types/ssh2-streams@*", "@types/ssh2-streams@^0.1.6":
948-
version "0.1.6"
949-
resolved "https://registry.yarnpkg.com/@types/ssh2-streams/-/ssh2-streams-0.1.6.tgz#1ff5b1fe50c15f282efe9fd092c68494f8702bc2"
950-
integrity sha512-NB+SYftagfHTDPdgVyvSZCeg5MURyHECd/PycGIW9hwhnEbTFxIdDbFtf3jxUO3rRnfr0lfdtkZFiv28T1cAsg==
951-
dependencies:
952-
"@types/node" "*"
953-
954-
955-
version "0.5.39"
956-
resolved "https://registry.yarnpkg.com/@types/ssh2/-/ssh2-0.5.39.tgz#e39ab7e38fc01337f66237ed6c42237ef3e58e3b"
957-
integrity sha512-MtX4tr6Jtdn/JPVsQytjB/NBeOd7JfCyf/l79KOdkUYL+r4GXUXcySX1n8W4O61fnQdljTBXEPJJ2dhnGhi2xg==
958-
dependencies:
959-
"@types/node" "*"
960-
"@types/ssh2-streams" "*"
961-
962947
"@types/tar-fs@^1.16.2":
963948
version "1.16.3"
964949
resolved "https://registry.yarnpkg.com/@types/tar-fs/-/tar-fs-1.16.3.tgz#425b2b817c405d13d051f36ec6ec6ebd25e31069"
@@ -1243,7 +1228,7 @@ asn1.js@^4.0.0:
12431228
inherits "^2.0.1"
12441229
minimalistic-assert "^1.0.0"
12451230

1246-
asn1@~0.2.0, asn1@~0.2.3:
1231+
asn1@~0.2.3:
12471232
version "0.2.4"
12481233
resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.4.tgz#8d2475dfab553bb33e77b54e59e880bb8ce23136"
12491234
integrity sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==
@@ -1378,7 +1363,7 @@ base@^0.11.1:
13781363
mixin-deep "^1.2.0"
13791364
pascalcase "^0.1.1"
13801365

1381-
bcrypt-pbkdf@^1.0.0, bcrypt-pbkdf@^1.0.2:
1366+
bcrypt-pbkdf@^1.0.0:
13821367
version "1.0.2"
13831368
resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e"
13841369
integrity sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=
@@ -6304,22 +6289,6 @@ sprintf-js@~1.0.2:
63046289
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
63056290
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=
63066291

6307-
ssh2-streams@~0.4.9:
6308-
version "0.4.9"
6309-
resolved "https://registry.yarnpkg.com/ssh2-streams/-/ssh2-streams-0.4.9.tgz#d3d92155410001437d27119d9c023b303cbe2309"
6310-
integrity sha512-glMQKeYKuA+rLaH16fJC3nZMV1BWklbxuYCR4C5/LlBSf2yaoNRpPU7Ul702xsi5nvYjIx9XDkKBJwrBjkDynw==
6311-
dependencies:
6312-
asn1 "~0.2.0"
6313-
bcrypt-pbkdf "^1.0.2"
6314-
streamsearch "~0.1.2"
6315-
6316-
ssh2@^0.8.7:
6317-
version "0.8.8"
6318-
resolved "https://registry.yarnpkg.com/ssh2/-/ssh2-0.8.8.tgz#1d9815e287faef623ae2b7db32e674dadbef4664"
6319-
integrity sha512-egJVQkf3sbjECTY6rCeg8rgV/fab6S/7E5kpYqHT3Fe/YpfJbLYeA1qTcB2d+LRUUAjqKi7rlbfWkaP66YdpAQ==
6320-
dependencies:
6321-
ssh2-streams "~0.4.9"
6322-
63236292
sshpk@^1.7.0:
63246293
version "1.16.1"
63256294
resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877"
@@ -6409,11 +6378,6 @@ stream-http@^2.7.2:
64096378
to-arraybuffer "^1.0.0"
64106379
xtend "^4.0.0"
64116380

6412-
streamsearch@~0.1.2:
6413-
version "0.1.2"
6414-
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-0.1.2.tgz#808b9d0e56fc273d809ba57338e929919a1a9f1a"
6415-
integrity sha1-gIudDlb8Jz2Am6VzOOkpkZoanxo=
6416-
64176381
"string-width@^1.0.2 || 2":
64186382
version "2.1.1"
64196383
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"

0 commit comments

Comments
 (0)