Update mkdirp to 0.5.3 which removes the vulnerable dep on minimist#492
Update mkdirp to 0.5.3 which removes the vulnerable dep on minimist#492nicolasnoble merged 2 commits intomapbox:masterfrom
Conversation
aecff14 to
c4b09c3
Compare
c4b09c3 to
e8891b5
Compare
|
commenting to watch progress |
I tried to get the error details with no luck. How can I help you? |
|
This change is unnecessary In fact, I checked out node-pre-gyp repo, ran |
@Naktibalda This change removes the possibility for These previous versions may be saved in lockfiles. Consider that many users do not know that they can upgrade transitive dependencies in lockfiles. So for those users who have one of the older versions saved in a lockfile, this change will bump this version for them. If one of their top-level dependencies depends on this change, then they just need to upgrade the top-level dependency. So I would vote for making this change. |
|
Error continues. Github says: Upgrade minimist to version 0.2.1 or later. And bcrypt continues using: 0.0.8 |
Update mkdirp to 0.5.3 which removes the vulnerable dep on minimist
https://npmjs.com/advisories/1179
mkdirp has a dependency on minimist which has a prototype pollution vulnerability. Manually updating to 0.5.3 fixes this issue.