mirror of
https://github.com/eugeny/tabby
synced 2026-08-23 06:16:43 +00:00
bump russh for events fix
Package-Build / Lint (push) Waiting to run
Package-Build / macOS-Build (arm64, aarch64-apple-darwin) (push) Blocked by required conditions
Package-Build / macOS-Build (x86_64, x86_64-apple-darwin) (push) Blocked by required conditions
Package-Build / Linux-Build (amd64, x64, ubuntu-24.04, x86_64-unknown-linux-gnu) (push) Blocked by required conditions
Package-Build / Linux-Build (arm64, arm64, ubuntu-24.04-arm, aarch64-unknown-linux-gnu, aarch64-linux-gnu-) (push) Blocked by required conditions
Package-Build / Linux-Build (armhf, arm, ubuntu-24.04, arm-unknown-linux-gnueabihf, arm-linux-gnueabihf-) (push) Blocked by required conditions
Package-Build / Windows-Build (arm64, aarch64-pc-windows-msvc) (push) Blocked by required conditions
Package-Build / Windows-Build (x64, x86_64-pc-windows-msvc) (push) Blocked by required conditions
CodeQL / Analyze (javascript) (push) Waiting to run
Docs / build (push) Waiting to run
Package-Build / Lint (push) Waiting to run
Package-Build / macOS-Build (arm64, aarch64-apple-darwin) (push) Blocked by required conditions
Package-Build / macOS-Build (x86_64, x86_64-apple-darwin) (push) Blocked by required conditions
Package-Build / Linux-Build (amd64, x64, ubuntu-24.04, x86_64-unknown-linux-gnu) (push) Blocked by required conditions
Package-Build / Linux-Build (arm64, arm64, ubuntu-24.04-arm, aarch64-unknown-linux-gnu, aarch64-linux-gnu-) (push) Blocked by required conditions
Package-Build / Linux-Build (armhf, arm, ubuntu-24.04, arm-unknown-linux-gnueabihf, arm-linux-gnueabihf-) (push) Blocked by required conditions
Package-Build / Windows-Build (arm64, aarch64-pc-windows-msvc) (push) Blocked by required conditions
Package-Build / Windows-Build (x64, x86_64-pc-windows-msvc) (push) Blocked by required conditions
CodeQL / Analyze (javascript) (push) Waiting to run
Docs / build (push) Waiting to run
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@
|
||||
"native-process-working-directory": "^1.0.2",
|
||||
"npm": "6",
|
||||
"rxjs": "^7.5.7",
|
||||
"russh": "0.1.18",
|
||||
"russh": "0.1.19",
|
||||
"source-map-support": "^0.5.20",
|
||||
"v8-compile-cache": "^2.3.0",
|
||||
"yargs": "^17.7.2"
|
||||
|
||||
+4
-4
@@ -3628,10 +3628,10 @@ run-queue@^1.0.0, run-queue@^1.0.3:
|
||||
dependencies:
|
||||
aproba "^1.1.1"
|
||||
|
||||
russh@0.1.18:
|
||||
version "0.1.18"
|
||||
resolved "https://registry.yarnpkg.com/russh/-/russh-0.1.18.tgz#6c8a770bd09a42a234fe76ebffdeeeedba294bd1"
|
||||
integrity sha512-erfqYTn2Kof15UkhHsC/mlP5MWiqdUaU6fVZPwre5RlDa0DpmmNu8Kc/I5RlsKJkBrB61P2/qaHxb0dg+hCIMg==
|
||||
russh@0.1.19:
|
||||
version "0.1.19"
|
||||
resolved "https://registry.yarnpkg.com/russh/-/russh-0.1.19.tgz#b1e9edeef5bb8502ff083638bf93512dc084c39e"
|
||||
integrity sha512-gfLiz+OyGDcFhm5NE0Y6V1byPSgFNLr+71PFlMMz48oZPXl+WQavdCcyfdy9T/1afip9Vw5lkb6SxZ6/RVj2Lw==
|
||||
dependencies:
|
||||
"@napi-rs/cli" "^2.18.3"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user