Skip to content

Commit

Permalink
Revert "fix: no more ignoring low severity vulnerabilities"
Browse files Browse the repository at this point in the history
TravisCI builds are still failing for Node v12 for some reason.

This reverts commit 33eabe1.
  • Loading branch information
Sam Harrison committed Jul 22, 2020
1 parent 1cffe58 commit f472207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"url": "https://github.com/twilio/twilio-cli-core.git"
},
"scripts": {
"posttest": "eslint --ignore-path .gitignore . && npm audit",
"posttest": "eslint --ignore-path .gitignore . && npm audit --audit-level=moderate",
"test": "nyc --check-coverage --lines 90 --reporter=html --reporter=text mocha --forbid-only \"test/**/*.test.js\""
}
}

0 comments on commit f472207

Please sign in to comment.