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 00666ea commit 79c008f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 66 deletions.
88 changes: 23 additions & 65 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
},
"scripts": {
"postpack": "rm -f oclif.manifest.json npm-shrinkwrap.json",
"posttest": "eslint --ignore-path .gitignore . && npm audit --audit-level=moderate",
"posttest": "eslint --ignore-path .gitignore . && npm audit",
"prepack": "oclif-dev manifest && oclif-dev readme && npm shrinkwrap && git checkout -- package-lock.json",
"test": "nyc --check-coverage --lines 90 --reporter=html --reporter=text mocha --forbid-only \"test/**/*.test.js\"",
"version": "oclif-dev readme && git add README.md",
Expand Down

0 comments on commit 79c008f

Please sign in to comment.