chore: update to http-request-plus 0.7.2
Work around a Node issue which led to incorrect *aborted* error events.
This commit is contained in:
parent
7925ee8fee
commit
7559fbdab7
@ -37,7 +37,7 @@
|
||||
"debug": "^4.0.1",
|
||||
"event-to-promise": "^0.8.0",
|
||||
"exec-promise": "^0.7.0",
|
||||
"http-request-plus": "^0.7.1",
|
||||
"http-request-plus": "^0.7.2",
|
||||
"iterable-backoff": "^0.0.0",
|
||||
"jest-diff": "^23.5.0",
|
||||
"json-rpc-protocol": "^0.13.1",
|
||||
|
@ -34,7 +34,7 @@
|
||||
"chalk": "^2.2.0",
|
||||
"exec-promise": "^0.7.0",
|
||||
"fs-promise": "^2.0.3",
|
||||
"http-request-plus": "^0.7.1",
|
||||
"http-request-plus": "^0.7.2",
|
||||
"human-format": "^0.10.0",
|
||||
"l33teral": "^3.0.3",
|
||||
"lodash": "^4.17.4",
|
||||
|
@ -32,7 +32,7 @@
|
||||
"node": ">=6"
|
||||
},
|
||||
"dependencies": {
|
||||
"http-request-plus": "^0.7.1",
|
||||
"http-request-plus": "^0.7.2",
|
||||
"jsonrpc-websocket-client": "^0.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -69,7 +69,7 @@
|
||||
"helmet": "^3.9.0",
|
||||
"highland": "^2.11.1",
|
||||
"http-proxy": "^1.16.2",
|
||||
"http-request-plus": "^0.7.1",
|
||||
"http-request-plus": "^0.7.2",
|
||||
"http-server-plus": "^0.10.0",
|
||||
"human-format": "^0.10.0",
|
||||
"is-redirect": "^1.0.0",
|
||||
|
17
yarn.lock
17
yarn.lock
@ -6607,14 +6607,14 @@ http-proxy@^1.16.2:
|
||||
follow-redirects "^1.0.0"
|
||||
requires-port "^1.0.0"
|
||||
|
||||
http-request-plus@^0.7.1:
|
||||
version "0.7.1"
|
||||
resolved "https://registry.yarnpkg.com/http-request-plus/-/http-request-plus-0.7.1.tgz#259dd499c0be5ac3ba3ea3d05428e8748a260748"
|
||||
integrity sha512-/1euyr0znKEB+gQ0JmyYkZVWOgXZtRJcTE4p+Ig26ppaVqymWikz75tHSt+dHPiSgZWpGrpjN+3973KoVzP+AA==
|
||||
http-request-plus@^0.7.2:
|
||||
version "0.7.2"
|
||||
resolved "https://registry.yarnpkg.com/http-request-plus/-/http-request-plus-0.7.2.tgz#2906e475512f4785e12a9dcef3fecdabc6bacd78"
|
||||
integrity sha512-ucD71+V/NSJQesgglwppt5XzcFUGXiToUyLQGUklR8Y4rkx7fEwwlsiuPVsrMgZaBQ3Ohs3pzKafqncTaWIFXg==
|
||||
dependencies:
|
||||
is-redirect "^1.0.0"
|
||||
lodash "^4.17.4"
|
||||
promise-toolbox "^0.10.1"
|
||||
promise-toolbox "^0.11.0"
|
||||
|
||||
http-server-plus@^0.10.0:
|
||||
version "0.10.0"
|
||||
@ -10492,13 +10492,6 @@ promise-polyfill@^6.0.1:
|
||||
resolved "https://registry.yarnpkg.com/promise-polyfill/-/promise-polyfill-6.1.0.tgz#dfa96943ea9c121fca4de9b5868cb39d3472e057"
|
||||
integrity sha1-36lpQ+qcEh/KTem1hoyznTRy4Fc=
|
||||
|
||||
promise-toolbox@^0.10.1:
|
||||
version "0.10.1"
|
||||
resolved "https://registry.yarnpkg.com/promise-toolbox/-/promise-toolbox-0.10.1.tgz#1049bab6b20fad9b8ad217d22fa91d680b4305b9"
|
||||
integrity sha512-TDPFea6muML14mVu9pHQcn/5h1nV+qj+SYyrsoIgbo7osFHLK3wSAOAqXOFJwx23a3hZmuLp6ecXwAbqzsoD9A==
|
||||
dependencies:
|
||||
make-error "^1.3.2"
|
||||
|
||||
promise-toolbox@^0.11.0:
|
||||
version "0.11.0"
|
||||
resolved "https://registry.yarnpkg.com/promise-toolbox/-/promise-toolbox-0.11.0.tgz#9ed928355355395072dace3f879879504e07d1bc"
|
||||
|
Loading…
Reference in New Issue
Block a user