mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Bump node-pty
This commit is contained in:
parent
1dd58ccbda
commit
4dca2407fb
2 changed files with 8 additions and 1 deletions
|
|
@ -87,6 +87,7 @@
|
|||
"json-loader": "0.5.4",
|
||||
"mousetrap": "1.6.0",
|
||||
"ms": "0.7.2",
|
||||
"node-pty": "0.6.2",
|
||||
"object-values": "1.0.0",
|
||||
"php-escape-shell": "1.0.0",
|
||||
"react": "15.3.2",
|
||||
|
|
|
|||
|
|
@ -3794,7 +3794,7 @@ mz@^2.3.1:
|
|||
object-assign "^4.0.1"
|
||||
thenify-all "^1.0.0"
|
||||
|
||||
nan@^2.3.0:
|
||||
nan@2.5.0, nan@^2.3.0:
|
||||
version "2.5.0"
|
||||
resolved "https://registry.yarnpkg.com/nan/-/nan-2.5.0.tgz#aa8f1e34531d807e9e27755b234b4a6ec0c152a8"
|
||||
|
||||
|
|
@ -3889,6 +3889,12 @@ node-pre-gyp@^0.6.29:
|
|||
tar "~2.2.1"
|
||||
tar-pack "~3.3.0"
|
||||
|
||||
node-pty@0.6.2:
|
||||
version "0.6.2"
|
||||
resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-0.6.2.tgz#d990a447926bbf59b80242c8ae4a85c232040a0c"
|
||||
dependencies:
|
||||
nan "2.5.0"
|
||||
|
||||
node-status-codes@^1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/node-status-codes/-/node-status-codes-1.0.0.tgz#5ae5541d024645d32a58fcddc9ceecea7ae3ac2f"
|
||||
|
|
|
|||
Loading…
Reference in a new issue