Update request to 2.85.0
This commit is contained in:
parent
a4b5d681ce
commit
a4b586055a
1
NEWS.md
1
NEWS.md
@ -6,6 +6,7 @@ Released yyyy-mm-dd
|
|||||||
- Implemented middleware to authorize users via new Api Key system
|
- Implemented middleware to authorize users via new Api Key system
|
||||||
- Keep the old authorization system as fallback
|
- Keep the old authorization system as fallback
|
||||||
- Aggregation widget: Remove NULL categories in 'count' aggregations too
|
- Aggregation widget: Remove NULL categories in 'count' aggregations too
|
||||||
|
- Update request to 2.85.0
|
||||||
|
|
||||||
## 5.3.1
|
## 5.3.1
|
||||||
Released 2018-02-13
|
Released 2018-02-13
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
"on-headers": "^1.0.1",
|
"on-headers": "^1.0.1",
|
||||||
"queue-async": "~1.0.7",
|
"queue-async": "~1.0.7",
|
||||||
"redis-mpool": "0.5.0",
|
"redis-mpool": "0.5.0",
|
||||||
"request": "^2.83.0",
|
"request": "2.85.0",
|
||||||
"semver": "~5.3.0",
|
"semver": "~5.3.0",
|
||||||
"step": "~0.0.6",
|
"step": "~0.0.6",
|
||||||
"step-profiler": "~0.3.0",
|
"step-profiler": "~0.3.0",
|
||||||
|
27
yarn.lock
27
yarn.lock
@ -1885,6 +1885,33 @@ request@2.81.0:
|
|||||||
tunnel-agent "^0.6.0"
|
tunnel-agent "^0.6.0"
|
||||||
uuid "^3.0.0"
|
uuid "^3.0.0"
|
||||||
|
|
||||||
|
request@2.85.0:
|
||||||
|
version "2.85.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/request/-/request-2.85.0.tgz#5a03615a47c61420b3eb99b7dba204f83603e1fa"
|
||||||
|
dependencies:
|
||||||
|
aws-sign2 "~0.7.0"
|
||||||
|
aws4 "^1.6.0"
|
||||||
|
caseless "~0.12.0"
|
||||||
|
combined-stream "~1.0.5"
|
||||||
|
extend "~3.0.1"
|
||||||
|
forever-agent "~0.6.1"
|
||||||
|
form-data "~2.3.1"
|
||||||
|
har-validator "~5.0.3"
|
||||||
|
hawk "~6.0.2"
|
||||||
|
http-signature "~1.2.0"
|
||||||
|
is-typedarray "~1.0.0"
|
||||||
|
isstream "~0.1.2"
|
||||||
|
json-stringify-safe "~5.0.1"
|
||||||
|
mime-types "~2.1.17"
|
||||||
|
oauth-sign "~0.8.2"
|
||||||
|
performance-now "^2.1.0"
|
||||||
|
qs "~6.5.1"
|
||||||
|
safe-buffer "^5.1.1"
|
||||||
|
stringstream "~0.0.5"
|
||||||
|
tough-cookie "~2.3.3"
|
||||||
|
tunnel-agent "^0.6.0"
|
||||||
|
uuid "^3.1.0"
|
||||||
|
|
||||||
request@2.x, request@^2.55.0, request@^2.69.0, request@^2.83.0:
|
request@2.x, request@^2.55.0, request@^2.69.0, request@^2.83.0:
|
||||||
version "2.83.0"
|
version "2.83.0"
|
||||||
resolved "https://registry.yarnpkg.com/request/-/request-2.83.0.tgz#ca0b65da02ed62935887808e6f510381034e3356"
|
resolved "https://registry.yarnpkg.com/request/-/request-2.83.0.tgz#ca0b65da02ed62935887808e6f510381034e3356"
|
||||||
|
Loading…
Reference in New Issue
Block a user