Skip to content

Commit

Permalink
bump russh for freeze fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jan 7, 2025
1 parent 070343a commit 60a6c14
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"native-process-working-directory": "^1.0.2",
"npm": "6",
"rxjs": "^7.5.7",
"russh": "0.1.7",
"russh": "0.1.8",
"source-map-support": "^0.5.20",
"v8-compile-cache": "^2.3.0",
"yargs": "^17.7.2"
Expand Down
11 changes: 7 additions & 4 deletions app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3628,10 +3628,10 @@ run-queue@^1.0.0, run-queue@^1.0.3:
dependencies:
aproba "^1.1.1"

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

Expand Down Expand Up @@ -3942,6 +3942,7 @@ strict-uri-encode@^2.0.0:
integrity sha1-ucczDHBChi9rFC3CdLvMWGbONUY=

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

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

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

0 comments on commit 60a6c14

Please sign in to comment.