Skip to content

Commit b8fe761

Browse files
authored
Merge pull request microsoft#184942 from microsoft/tyriar/node-pty1
[email protected]
2 parents a33dc50 + ecb489b commit b8fe761

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"native-is-elevated": "0.6.0",
8787
"native-keymap": "^3.3.2",
8888
"native-watchdog": "^1.4.1",
89-
"node-pty": "0.11.0-beta33",
89+
"node-pty": "1.0",
9090
"tas-client-umd": "0.1.8",
9191
"v8-inspect-profiler": "^0.1.0",
9292
"vscode-oniguruma": "1.7.0",

remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"keytar": "7.9.0",
2222
"minimist": "^1.2.6",
2323
"native-watchdog": "^1.4.1",
24-
"node-pty": "0.11.0-beta33",
24+
"node-pty": "1.0",
2525
"tas-client-umd": "0.1.8",
2626
"vscode-oniguruma": "1.7.0",
2727
"vscode-regexpp": "^3.1.0",

remote/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -537,10 +537,10 @@ node-gyp-build@^4.3.0:
537537
resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.3.0.tgz#9f256b03e5826150be39c764bf51e993946d71a3"
538538
integrity sha512-iWjXZvmboq0ja1pUGULQBexmxq8CV4xBhX7VDOTbL7ZR4FOowwY/VOtRxBN/yKxmdGoIp4j5ysNT4u3S2pDQ3Q==
539539

540-
node-pty@0.11.0-beta33:
541-
version "0.11.0-beta33"
542-
resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-0.11.0-beta33.tgz#722a729fb9449f591279bee1f8b431b71a9af4a1"
543-
integrity sha512-SoP5BbSfvc8Um51rIriUEOPvMltc43iTaKXGJaJKLR3+NfQbjcCcNQGyOd9P9pvBccWYg+Rncv18qMtJKIAi1Q==
540+
node-pty@1.0:
541+
version "1.0.0"
542+
resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-1.0.0.tgz#7daafc0aca1c4ca3de15c61330373af4af5861fd"
543+
integrity sha512-wtBMWWS7dFZm/VgqElrTvtfMq4GzJ6+edFI0Y0zyzygUSZMgZdraDUMUhCIvkjhJjme15qWmbyJbtAx4ot4uZA==
544544
dependencies:
545545
nan "^2.17.0"
546546

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6973,10 +6973,10 @@ node-gyp-build@^4.3.0:
69736973
resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.3.0.tgz#9f256b03e5826150be39c764bf51e993946d71a3"
69746974
integrity sha512-iWjXZvmboq0ja1pUGULQBexmxq8CV4xBhX7VDOTbL7ZR4FOowwY/VOtRxBN/yKxmdGoIp4j5ysNT4u3S2pDQ3Q==
69756975

6976-
node-pty@0.11.0-beta33:
6977-
version "0.11.0-beta33"
6978-
resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-0.11.0-beta33.tgz#722a729fb9449f591279bee1f8b431b71a9af4a1"
6979-
integrity sha512-SoP5BbSfvc8Um51rIriUEOPvMltc43iTaKXGJaJKLR3+NfQbjcCcNQGyOd9P9pvBccWYg+Rncv18qMtJKIAi1Q==
6976+
node-pty@1.0:
6977+
version "1.0.0"
6978+
resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-1.0.0.tgz#7daafc0aca1c4ca3de15c61330373af4af5861fd"
6979+
integrity sha512-wtBMWWS7dFZm/VgqElrTvtfMq4GzJ6+edFI0Y0zyzygUSZMgZdraDUMUhCIvkjhJjme15qWmbyJbtAx4ot4uZA==
69806980
dependencies:
69816981
nan "^2.17.0"
69826982

0 commit comments

Comments
 (0)