Skip to content

Commit 3170765

Browse files
authored
Bump node-pty to 1.1.0-beta1 (microsoft#185273)
1 parent 53dddb1 commit 3170765

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": "1.0",
89+
"node-pty": "1.1.0-beta1",
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": "1.0",
24+
"node-pty": "1.1.0-beta1",
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@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==
540+
node-pty@1.1.0-beta1:
541+
version "1.1.0-beta1"
542+
resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-1.1.0-beta1.tgz#95d4baf406c043b78042f951b325e9713df2beac"
543+
integrity sha512-h+1E/gX/brFqsp3yZKGERHOhdo1POG1rrsI+8tEuocqdEddHd029471gq8KOuiHKicd52h2pSU8Gtqb3Vo2PfQ==
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@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==
6976+
node-pty@1.1.0-beta1:
6977+
version "1.1.0-beta1"
6978+
resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-1.1.0-beta1.tgz#95d4baf406c043b78042f951b325e9713df2beac"
6979+
integrity sha512-h+1E/gX/brFqsp3yZKGERHOhdo1POG1rrsI+8tEuocqdEddHd029471gq8KOuiHKicd52h2pSU8Gtqb3Vo2PfQ==
69806980
dependencies:
69816981
nan "^2.17.0"
69826982

0 commit comments

Comments
 (0)