kazazor / git-pre-commit

A pre-commit hook that ignores all the unstagged changes while performing the pre-commit command you wrote (Using Shell, Gulp, Grunt etc..)
https://www.npmjs.com/package/git-pre-commit
MIT License
18 stars 5 forks source link

Update dependencies so that `npm audit` does not report any vulnerabilities #41

Open mmurphy opened 5 years ago

mmurphy commented 5 years ago

npm audit is currently reporting 7 vulnerabilities in dependencies

found 7 vulnerabilities (2 low, 4 high, 1 critical) in 3069 scanned packages
  7 vulnerabilities require semver-major dependency updates.

Update versions of gulp and gulp-mocha to avoid these warnings.

WDYT?