intuit / judo

Judo is an easy-to-use Command Line Interface (CLI) Integration Testing Framework, driven from a simple yaml file that also contains assertions.
Other
51 stars 21 forks source link

#30 Update dependencies to pass security audit #36

Closed vvscode closed 4 years ago

vvscode commented 4 years ago
~/r/judo (fix/30-update-dependencies)> npm audit

                       === npm audit security report ===

found 0 vulnerabilities
 in 886761 scanned packages
vvscode commented 4 years ago

https://github.com/intuit/judo/issues/30

vvscode commented 4 years ago

babel-jest and jest were moved from devDependencies to dependencies, they should still be devDependencies

My bad