From 2d01b9ab801d1089927a6b395263065d07427aca Mon Sep 17 00:00:00 2001 From: Eugene Date: Tue, 13 Jan 2026 23:19:30 +0100 Subject: [PATCH] fixed #10580, fixed #10558, fixed #10237, fixed #8450 - fixed X11 forwarding --- app/package.json | 2 +- app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package.json b/app/package.json index 4386988c..4ced51bf 100644 --- a/app/package.json +++ b/app/package.json @@ -31,7 +31,7 @@ "native-process-working-directory": "^1.0.2", "node-pty": "^1.2.0-beta.3", "npm": "6", - "russh": "0.1.33", + "russh": "0.1.34", "rxjs": "^7.5.7", "source-map-support": "^0.5.20", "v8-compile-cache": "^2.3.0", diff --git a/app/yarn.lock b/app/yarn.lock index 3b1033e0..ecf51197 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -3975,10 +3975,10 @@ run-queue@^1.0.0, run-queue@^1.0.3: dependencies: aproba "^1.1.1" -russh@0.1.33: - version "0.1.33" - resolved "https://registry.yarnpkg.com/russh/-/russh-0.1.33.tgz#c8316d265d9320def9c18fce813d6e0f2b284120" - integrity sha512-SK+qxvLufIBg3NIwZ/G4iM6DJufvY5O+E18uhK5z+SvMAI9jnHQ6Nb1YzcxKx8gjpL9GmR8o205H8iNXojbOUA== +russh@0.1.34: + version "0.1.34" + resolved "https://registry.yarnpkg.com/russh/-/russh-0.1.34.tgz#d6246dc74eb61a74ee34fef64bb3bb8d4f251701" + integrity sha512-hHUdP/Wai1UydUzVi7jbzwoagZAHujd/+V76VDVxfEVYo0pU1De3CPe920e01nQRdUTIFdatRwODXqvaI6Ma4A== dependencies: "@napi-rs/cli" "^2.18.3"