Skip to content

Commit b9e3358

Browse files
committed
bump node-pty
1 parent 56ee368 commit b9e3358

File tree

3 files changed

+36
-67
lines changed

3 files changed

+36
-67
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@electron/remote": "^2",
19-
"node-pty": "^1.0.0",
19+
"node-pty": "^1.1.0-beta34",
2020
"any-promise": "^1.3.0",
2121
"electron-config": "2.0.0",
2222
"electron-debug": "^3.2.0",

app/patches/node-pty+1.0.0.patch

Lines changed: 0 additions & 53 deletions
This file was deleted.

app/yarn.lock

Lines changed: 35 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2607,7 +2607,7 @@ mz@^2.7.0:
26072607
object-assign "^4.0.1"
26082608
thenify-all "^1.0.0"
26092609

2610-
nan@2.22.2, nan@^2.17.0:
2610+
nan@2.22.2:
26112611
version "2.22.2"
26122612
resolved "https://registry.yarnpkg.com/nan/-/nan-2.22.2.tgz#6b504fd029fb8f38c0990e52ad5c26772fdacfbb"
26132613
integrity sha512-DANghxFkS1plDdRsX0X9pm0Z6SJNN6gBdtXfanwoZ8hooC5gosGFSBGRYHUVPz1asKA/kMRqDRdHrluZ61SpBQ==
@@ -2648,7 +2648,7 @@ node-abi@4.9.0, node-abi@^3.3.0:
26482648
dependencies:
26492649
semver "^7.6.3"
26502650

2651-
node-addon-api@3.1.0, node-addon-api@6.1.0, node-addon-api@7.1.0, node-addon-api@^3.0.2, node-addon-api@^3.1.0, node-addon-api@^4.0.0, node-addon-api@^4.3.0, node-addon-api@^8.3.0:
2651+
node-addon-api@3.1.0, node-addon-api@6.1.0, node-addon-api@7.1.0, node-addon-api@^3.0.2, node-addon-api@^3.1.0, node-addon-api@^4.0.0, node-addon-api@^4.3.0, node-addon-api@^7.1.0, node-addon-api@^8.3.0:
26522652
version "8.3.0"
26532653
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-8.3.0.tgz#ec3763f18befc1cdf66d11e157ce44d5eddc0603"
26542654
integrity sha512-8VOpLHFrOQlAH+qA0ZzuGRlALRA6/LVh8QJldbrC4DY0hXoMP0l4Acq8TzFC018HztWiRqyCEj2aTWY2UvnJUg==
@@ -2683,12 +2683,12 @@ node-gyp@^10.0.0, node-gyp@^5.0.2, node-gyp@^5.1.0:
26832683
tar "^6.1.2"
26842684
which "^4.0.0"
26852685

2686-
node-pty@^1.0.0:
2687-
version "1.0.0"
2688-
resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-1.0.0.tgz#7daafc0aca1c4ca3de15c61330373af4af5861fd"
2689-
integrity sha512-wtBMWWS7dFZm/VgqElrTvtfMq4GzJ6+edFI0Y0zyzygUSZMgZdraDUMUhCIvkjhJjme15qWmbyJbtAx4ot4uZA==
2686+
node-pty@^1.1.0-beta34:
2687+
version "1.1.0-beta9"
2688+
resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-1.1.0-beta9.tgz#ed643cb3b398d031b4e31c216e8f3b0042435f1d"
2689+
integrity sha512-/Ue38pvXJdgRZ3+me1FgfglLd301GhJN0NStiotdt61tm43N5htUyR/IXOUzOKuNaFmCwIhy6nwb77Ky41LMbw==
26902690
dependencies:
2691-
nan "^2.17.0"
2691+
node-addon-api "^7.1.0"
26922692

26932693
nopt@^4.0.3:
26942694
version "4.0.3"
@@ -3939,8 +3939,7 @@ strict-uri-encode@^2.0.0:
39393939
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546"
39403940
integrity sha1-ucczDHBChi9rFC3CdLvMWGbONUY=
39413941

3942-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
3943-
name string-width-cjs
3942+
"string-width-cjs@npm:string-width@^4.2.0":
39443943
version "4.2.3"
39453944
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
39463945
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -3975,6 +3974,15 @@ string-width@^3.0.0, string-width@^3.1.0:
39753974
is-fullwidth-code-point "^2.0.0"
39763975
strip-ansi "^5.1.0"
39773976

3977+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
3978+
version "4.2.3"
3979+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3980+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
3981+
dependencies:
3982+
emoji-regex "^8.0.0"
3983+
is-fullwidth-code-point "^3.0.0"
3984+
strip-ansi "^6.0.1"
3985+
39783986
string-width@^5.0.1, string-width@^5.1.2:
39793987
version "5.1.2"
39803988
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -4017,8 +4025,7 @@ stringify-package@^1.0.0, stringify-package@^1.0.1:
40174025
resolved "https://registry.yarnpkg.com/stringify-package/-/stringify-package-1.0.1.tgz#e5aa3643e7f74d0f28628b72f3dad5cecfc3ba85"
40184026
integrity sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==
40194027

4020-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.1:
4021-
name strip-ansi-cjs
4028+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
40224029
version "6.0.1"
40234030
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
40244031
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -4053,6 +4060,13 @@ strip-ansi@^6.0.0:
40534060
dependencies:
40544061
ansi-regex "^5.0.0"
40554062

4063+
strip-ansi@^6.0.1:
4064+
version "6.0.1"
4065+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
4066+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
4067+
dependencies:
4068+
ansi-regex "^5.0.1"
4069+
40564070
strip-ansi@^7.0.1:
40574071
version "7.1.0"
40584072
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -4457,8 +4471,7 @@ worker-farm@^1.6.0, worker-farm@^1.7.0:
44574471
dependencies:
44584472
errno "~0.1.7"
44594473

4460-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
4461-
name wrap-ansi-cjs
4474+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
44624475
version "7.0.0"
44634476
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
44644477
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -4484,6 +4497,15 @@ wrap-ansi@^5.1.0:
44844497
string-width "^3.0.0"
44854498
strip-ansi "^5.0.0"
44864499

4500+
wrap-ansi@^7.0.0:
4501+
version "7.0.0"
4502+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
4503+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
4504+
dependencies:
4505+
ansi-styles "^4.0.0"
4506+
string-width "^4.1.0"
4507+
strip-ansi "^6.0.0"
4508+
44874509
wrap-ansi@^8.1.0:
44884510
version "8.1.0"
44894511
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)