I see that in PR #101 you bumped-up the version of mkdirp to 0.5.5 which in turn updates minimist to 1.2.5
which addresses https://www.npmjs.com/advisories/1179
Problem is that this PR only updated package-lock.json and not package.json that remains at 0.5.1. As package.json still depends on mkdirp 0.5.1, when we get node-portfinder as a dependency, we still get an old version of minimist.
Hi!
I see that in PR #101 you bumped-up the version of
mkdirp
to 0.5.5 which in turn updatesminimist
to 1.2.5 which addresses https://www.npmjs.com/advisories/1179Problem is that this PR only updated
package-lock.json
and notpackage.json
that remains at 0.5.1. Aspackage.json
still depends onmkdirp
0.5.1, when we getnode-portfinder
as a dependency, we still get an old version ofminimist
.