Skip to content

Commit

Permalink
test(audit): change --audit-level to critical
Browse files Browse the repository at this point in the history
This is to unblock CD. It is not a security issue because the reported vulnerability is in a development dependency and the dependency is only used in local development.
  • Loading branch information
benji6 committed Feb 7, 2023
1 parent ecfe06b commit bb1c5db
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 @@ -27,7 +27,7 @@
"docs": "tsc -p docsSrc && rollup -c docsSrc/rollup.config.mjs && rm -r docsSrc/esm",
"fmt": "prettier -u --write '**/*'",
"test": "run-p test:*",
"test:audit": "npm audit --audit-level=low",
"test:audit": "npm audit --audit-level=critical",
"test:fmt": "prettier --check -u '**/*'",
"test:types": "tsc --noEmit",
"test:unit": "jest"
Expand Down

0 comments on commit bb1c5db

Please sign in to comment.