Skip to content

Commit 60a6c14

Browse files
committed
bump russh for freeze fix
1 parent 070343a commit 60a6c14

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"native-process-working-directory": "^1.0.2",
3131
"npm": "6",
3232
"rxjs": "^7.5.7",
33-
"russh": "0.1.7",
33+
"russh": "0.1.8",
3434
"source-map-support": "^0.5.20",
3535
"v8-compile-cache": "^2.3.0",
3636
"yargs": "^17.7.2"

app/yarn.lock

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3628,10 +3628,10 @@ run-queue@^1.0.0, run-queue@^1.0.3:
36283628
dependencies:
36293629
aproba "^1.1.1"
36303630

3631-
3632-
version "0.1.7"
3633-
resolved "https://registry.yarnpkg.com/russh/-/russh-0.1.7.tgz#74e2099478a45f43995f18e7f1864501c5f9e8ae"
3634-
integrity sha512-L96eVqpQvqrPVaZg5/EiLL/HHyI6ByRYlorXHH2GURm6s8tYrbSudR7eazxV6iTRODN+BYqTI4H/AmBMfkv0PQ==
3631+
3632+
version "0.1.8"
3633+
resolved "https://registry.yarnpkg.com/russh/-/russh-0.1.8.tgz#a5e0a474018c21264414db8a1b2968368e69d094"
3634+
integrity sha512-vpwYKNj40gcZrqjNWkjKD6ldD5TPgtF00SWpoX/ZzOgUNfOcT6Q4O/N4rEeV7tOuwhUMtX1/jrLtxkTAhNURvQ==
36353635
dependencies:
36363636
"@napi-rs/cli" "^2.18.3"
36373637

@@ -3942,6 +3942,7 @@ strict-uri-encode@^2.0.0:
39423942
integrity sha1-ucczDHBChi9rFC3CdLvMWGbONUY=
39433943

39443944
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
3945+
name string-width-cjs
39453946
version "4.2.3"
39463947
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
39473948
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -4019,6 +4020,7 @@ stringify-package@^1.0.0, stringify-package@^1.0.1:
40194020
integrity sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==
40204021

40214022
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.1:
4023+
name strip-ansi-cjs
40224024
version "6.0.1"
40234025
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
40244026
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -4458,6 +4460,7 @@ worker-farm@^1.6.0, worker-farm@^1.7.0:
44584460
errno "~0.1.7"
44594461

44604462
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
4463+
name wrap-ansi-cjs
44614464
version "7.0.0"
44624465
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
44634466
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)