mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Update node-pty to 0.6.4 (#1832)
Fixes https://github.com/Tyriar/node-pty/issues/67 and enables https://github.com/henrikdahl/hyper-statusline/issues/38
This commit is contained in:
parent
8ef134d8d5
commit
a2fb0eed34
2 changed files with 4 additions and 4 deletions
|
|
@ -23,7 +23,7 @@
|
|||
"mkdirp": "0.5.1",
|
||||
"ms": "0.7.1",
|
||||
"node-fetch": "1.6.3",
|
||||
"node-pty": "0.6.2",
|
||||
"node-pty": "0.6.4",
|
||||
"semver": "5.3.0",
|
||||
"shell-env": "0.2.0",
|
||||
"uuid": "3.0.0",
|
||||
|
|
|
|||
|
|
@ -263,9 +263,9 @@ node-fetch@1.6.3:
|
|||
encoding "^0.1.11"
|
||||
is-stream "^1.0.1"
|
||||
|
||||
node-pty@0.6.2:
|
||||
version "0.6.2"
|
||||
resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-0.6.2.tgz#d990a447926bbf59b80242c8ae4a85c232040a0c"
|
||||
node-pty@0.6.4:
|
||||
version "0.6.4"
|
||||
resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-0.6.4.tgz#8d90c8bfa18514a3d600e528c87bdd932f10bc57"
|
||||
dependencies:
|
||||
nan "2.5.0"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue