This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The package `extend 3.0.1`, which is a dependency of `request 2.87` has a vulnerability : https://hackerone.com/reports/381185 Upgrade `request` to v.2.88 will install `extend` v.3.0.2, the fixed version. Fix #2496
- Loading branch information
This is very hard to debug because the version of
request
uses the caret in package.json.As you can see in this comment, we are using
[email protected]
and getting version 2.88.0 ofrequest
.request v2.88.1
is a breaking change for IE11 due to the use of arrow functions in an inner dependency (punycode).See also this link why
request
did not have a caret before in this project:ef713a7#r29609328
ping @Gwerlas @xzyfer