mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Update node-pty to 0.7.3 (#2453)
changelog: https://github.com/Tyriar/node-pty/releases/tag/0.7.3
This commit is contained in:
parent
c62e042535
commit
54cc70e656
2 changed files with 4 additions and 4 deletions
|
|
@ -23,7 +23,7 @@
|
|||
"mkdirp": "0.5.1",
|
||||
"ms": "2.0.0",
|
||||
"node-fetch": "1.7.3",
|
||||
"node-pty": "0.7.2",
|
||||
"node-pty": "0.7.3",
|
||||
"queue": "4.4.2",
|
||||
"semver": "5.4.1",
|
||||
"shell-env": "0.3.0",
|
||||
|
|
|
|||
|
|
@ -234,9 +234,9 @@ node-fetch@1.7.3:
|
|||
encoding "^0.1.11"
|
||||
is-stream "^1.0.1"
|
||||
|
||||
node-pty@0.7.2:
|
||||
version "0.7.2"
|
||||
resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-0.7.2.tgz#b6cff79fd01f58b84947c034434c8cbeb157da43"
|
||||
node-pty@0.7.3:
|
||||
version "0.7.3"
|
||||
resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-0.7.3.tgz#4bb36a24a62ee9f3332e2e2310d6642d9daed1f7"
|
||||
dependencies:
|
||||
nan "^2.6.2"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue