Skip to content

Commit

Permalink
fix: no more ignoring low severity vulnerabilities
Browse files Browse the repository at this point in the history
Lodash vulnerability resolved: https://www.npmjs.com/advisories/1523
  • Loading branch information
Sam Harrison committed Jul 13, 2020
1 parent d81a6f1 commit 33eabe1
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 --audit-level=moderate",
"posttest": "eslint --ignore-path .gitignore . && npm audit",
"test": "nyc --check-coverage --lines 90 --reporter=html --reporter=text mocha --forbid-only \"test/**/*.test.js\""
}
}

0 comments on commit 33eabe1

Please sign in to comment.