Skip to content

Commit 9073401

Browse files
Use stable node-pty
1 parent f9e1916 commit 9073401

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"mkdirp": "1.0.4",
2525
"ms": "2.1.3",
2626
"native-process-working-directory": "^1.0.2",
27-
"node-pty": "0.11.0-beta26",
27+
"node-pty": "0.10.1",
2828
"os-locale": "5.0.0",
2929
"parse-url": "8.1.0",
3030
"pify": "5.0.0",

app/yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ [email protected]:
470470
resolved "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
471471
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
472472

473-
nan@^2.17.0:
473+
nan@^2.14.0:
474474
version "2.17.0"
475475
resolved "https://registry.npmjs.org/nan/-/nan-2.17.0.tgz#c0150a2368a182f033e9aa5195ec76ea41a199cb"
476476
integrity sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==
@@ -504,12 +504,12 @@ node-gyp-build@4:
504504
resolved "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.3.0.tgz#9f256b03e5826150be39c764bf51e993946d71a3"
505505
integrity sha512-iWjXZvmboq0ja1pUGULQBexmxq8CV4xBhX7VDOTbL7ZR4FOowwY/VOtRxBN/yKxmdGoIp4j5ysNT4u3S2pDQ3Q==
506506

507-
node-pty@0.11.0-beta26:
508-
version "0.11.0-beta26"
509-
resolved "https://registry.npmjs.org/node-pty/-/node-pty-0.11.0-beta26.tgz#59b58d5ebcf10cba1a85593b2f8395b22fa685c1"
510-
integrity sha512-txc5z6KVdVKaEoybgN6NlS7ldZJyeFvhrkfafOsNm6IiLqhY5F0y+U4ZQeZpqU3hxDg708bwajoqyTpMYst6Ng==
507+
node-pty@0.10.1:
508+
version "0.10.1"
509+
resolved "https://registry.npmjs.org/node-pty/-/node-pty-0.10.1.tgz#cd05d03a2710315ec40221232ec04186f6ac2c6d"
510+
integrity sha512-JTdtUS0Im/yRsWJSx7yiW9rtpfmxqxolrtnyKwPLI+6XqTAPW/O2MjS8FYL4I5TsMbH2lVgDb2VMjp+9LoQGNg==
511511
dependencies:
512-
nan "^2.17.0"
512+
nan "^2.14.0"
513513

514514
normalize-path@^3.0.0, normalize-path@~3.0.0:
515515
version "3.0.0"

0 commit comments

Comments
 (0)