Closed jdjkelly closed 5 years ago
npm audit results gave me this:
npm audit
┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Moderate │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ just-extend │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ yeoman-test [dev] │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ yeoman-test > sinon > nise > just-extend │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/780 │ └───────────────┴──────────────────────────────────────────────────────────────┘
Used npm version 6.8.0 to run the npm audit fix command to automatically resolve - it added additional optional: true parameters to several dependencies - this may be related to https://github.com/npm/npm/issues/17722
npm audit fix
optional: true
Latest dev branch currently passes npm audit
npm audit
results gave me this:Used npm version 6.8.0 to run the
npm audit fix
command to automatically resolve - it added additionaloptional: true
parameters to several dependencies - this may be related to https://github.com/npm/npm/issues/17722