Pedrow
Pedrow
**Description** There has been a few exploints found on the dependencies used by ethlint **Steps to reproduce** run `npm audit` on the ethlint project You will see the following warnings:...
Updated chokidar, commander, lodash, nyc and mocha as they have security issues on the current versions. ## Related Issue https://github.com/duaraghav8/Ethlint/issues/282 ## Changes Updated dependencies at package.json ## Declaration - [...
Bump the version of mocha, yargs and mkdirp to solve the issues shown by npm audit: # npm audit security report ## Run npm install [email protected] to resolve 1 vulnerability...
Minimist and mem have security issues: - https://npmjs.com/advisories/1084 - https://npmjs.com/advisories/1179 The version of mocha, yargs and mkdirp on package.json have this vulnerabilities. To fix them just bump the versions as...