Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
Add workaround for swagger-ui vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaupin committed Jan 18, 2020
1 parent cc89195 commit c045a28
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 @@ -8,7 +8,7 @@
"scripts": {
"lint": "eslint . --ext .js --ext .json",
"start": "node .",
"posttest": "npm run lint && npm audit",
"posttest": "npm run lint && npm audit --audit-level=high",
"test": "jest --coverage"
},
"dependencies": {
Expand Down

0 comments on commit c045a28

Please sign in to comment.