Skip to content

Commit d1b1613

Browse files
committed
bump russh for error handling crash fix - fixes #10184, fixes #10244, fixes #10178, fixes #8481, fixes #10215, fixes #10203, fixes #7659
1 parent c4a514f commit d1b1613

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-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.14",
33+
"russh": "0.1.15",
3434
"source-map-support": "^0.5.20",
3535
"v8-compile-cache": "^2.3.0",
3636
"yargs": "^17.7.2"

app/yarn.lock

Lines changed: 4 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.14"
3633-
resolved "https://registry.yarnpkg.com/russh/-/russh-0.1.14.tgz#d97a6435795f97693414c55c93b823bbbbe34465"
3634-
integrity sha512-x8n5P/QVm4yuRqRScxbjTt3RRLVLwUGC87OBXrZBOTEjPikGwyy/kcBGf2PjlV8iJ3M8JOro4b1xHj1JM8Khfg==
3631+
3632+
version "0.1.15"
3633+
resolved "https://registry.yarnpkg.com/russh/-/russh-0.1.15.tgz#121c0be876c6b70c43910a56fadefffe78588a35"
3634+
integrity sha512-md/72roZn8nmgq+U8rVrfqHS82aPancQM5VqrYh7wEMcnK/ll8vNJJcKH/YJv5/8n8Ovxrl8SMwDE5DlfXSL6Q==
36353635
dependencies:
36363636
"@napi-rs/cli" "^2.18.3"
36373637

0 commit comments

Comments
 (0)