chore: update to http-request-plus@0.12.0
This commit is contained in:
parent
12216f1463
commit
62e5ab6990
@ -33,7 +33,7 @@
|
|||||||
"content-type": "^1.0.4",
|
"content-type": "^1.0.4",
|
||||||
"cson-parser": "^4.0.7",
|
"cson-parser": "^4.0.7",
|
||||||
"getopts": "^2.2.3",
|
"getopts": "^2.2.3",
|
||||||
"http-request-plus": "^0.11.2",
|
"http-request-plus": "^0.12",
|
||||||
"json-rpc-protocol": "^0.13.1",
|
"json-rpc-protocol": "^0.13.1",
|
||||||
"promise-toolbox": "^0.19.2",
|
"promise-toolbox": "^0.19.2",
|
||||||
"pump": "^3.0.0",
|
"pump": "^3.0.0",
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
"form-data": "^4.0.0",
|
"form-data": "^4.0.0",
|
||||||
"fs-extra": "^9.0.0",
|
"fs-extra": "^9.0.0",
|
||||||
"get-stream": "^6.0.0",
|
"get-stream": "^6.0.0",
|
||||||
"http-request-plus": "^0.11.2",
|
"http-request-plus": "^0.12",
|
||||||
"human-format": "^0.11.0",
|
"human-format": "^0.11.0",
|
||||||
"l33teral": "^3.0.3",
|
"l33teral": "^3.0.3",
|
||||||
"lodash": "^4.17.4",
|
"lodash": "^4.17.4",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
"bind-property-descriptor": "^1.0.0",
|
"bind-property-descriptor": "^1.0.0",
|
||||||
"blocked": "^1.2.1",
|
"blocked": "^1.2.1",
|
||||||
"debug": "^4.0.1",
|
"debug": "^4.0.1",
|
||||||
"http-request-plus": "^0.11.2",
|
"http-request-plus": "^0.12",
|
||||||
"jest-diff": "^26.4.2",
|
"jest-diff": "^26.4.2",
|
||||||
"json-rpc-protocol": "^0.13.1",
|
"json-rpc-protocol": "^0.13.1",
|
||||||
"kindof": "^2.0.0",
|
"kindof": "^2.0.0",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
"chalk": "^4.1.0",
|
"chalk": "^4.1.0",
|
||||||
"exec-promise": "^0.7.0",
|
"exec-promise": "^0.7.0",
|
||||||
"fs-extra": "^9.0.0",
|
"fs-extra": "^9.0.0",
|
||||||
"http-request-plus": "^0.11.2",
|
"http-request-plus": "^0.12",
|
||||||
"human-format": "^0.11.0",
|
"human-format": "^0.11.0",
|
||||||
"l33teral": "^3.0.3",
|
"l33teral": "^3.0.3",
|
||||||
"lodash": "^4.17.4",
|
"lodash": "^4.17.4",
|
||||||
|
@ -75,7 +75,7 @@
|
|||||||
"helmet": "^3.9.0",
|
"helmet": "^3.9.0",
|
||||||
"highland": "^2.11.1",
|
"highland": "^2.11.1",
|
||||||
"http-proxy": "^1.16.2",
|
"http-proxy": "^1.16.2",
|
||||||
"http-request-plus": "^0.11.2",
|
"http-request-plus": "^0.12",
|
||||||
"http-server-plus": "^0.11.0",
|
"http-server-plus": "^0.11.0",
|
||||||
"human-format": "^0.11.0",
|
"human-format": "^0.11.0",
|
||||||
"iterable-backoff": "^0.1.0",
|
"iterable-backoff": "^0.1.0",
|
||||||
|
@ -8377,10 +8377,10 @@ http-proxy@^1.16.2, http-proxy@^1.17.0:
|
|||||||
follow-redirects "^1.0.0"
|
follow-redirects "^1.0.0"
|
||||||
requires-port "^1.0.0"
|
requires-port "^1.0.0"
|
||||||
|
|
||||||
http-request-plus@^0.11.2:
|
http-request-plus@^0.12:
|
||||||
version "0.11.2"
|
version "0.12.0"
|
||||||
resolved "https://registry.yarnpkg.com/http-request-plus/-/http-request-plus-0.11.2.tgz#3c998c353d58b5bb02e2b5f9963c64a6a545a30f"
|
resolved "https://registry.yarnpkg.com/http-request-plus/-/http-request-plus-0.12.0.tgz#f548cec773934593bfa10d8230b22b105954d99f"
|
||||||
integrity sha512-aROk5enpv3rLYQzfpeDKia+v7EztfXLSAGdHuMKYjT7WjG/9ITTU+8CXqA32HVf1icaXWf9milDM5EWjM+KaJg==
|
integrity sha512-GBvA1iqKf7wCmEaoKGQehurMEF1uDvONP0xbsydGEnaiSijLm6FdVoohBFWkgUqRvucKaUmGPfTlJIGEaNGnkw==
|
||||||
dependencies:
|
dependencies:
|
||||||
is-redirect "^1.0.0"
|
is-redirect "^1.0.0"
|
||||||
promise-toolbox "^0.19.2"
|
promise-toolbox "^0.19.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user