Skip to content

Commit fe34db3

Browse files
committed
chore: only audit prod, high vulns
1 parent 90de00b commit fe34db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"lint": "eslint lib test --fix --cache",
2323
"check-types": "tsc --noEmit",
2424
"lint-staged": "lint-staged",
25-
"security": "npm audit --audit-level=moderate",
25+
"security": "npm audit --audit-level=high --prod",
2626
"test": "ava"
2727
},
2828
"files": [

0 commit comments

Comments
 (0)