Skip to content

Commit

Permalink
feat: audit-ci version update (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen-gupta1 authored Jul 14, 2022
1 parent 2bcf1cf commit 01f122f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .audit-ci.json

This file was deleted.

5 changes: 5 additions & 0 deletions .audit-ci.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"moderate": true,
"allowlist": [],
"registry": "https://registry.npmjs.org"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
]
},
"scripts": {
"lint:audit": "npx audit-ci@4.1.0 --config .audit-ci.json",
"lint:audit": "npx audit-ci@6.3.0 --config .audit-ci.jsonc",
"lint:ec": "npx editorconfig-checker",
"lint:js": "npx @telus/telus-standard --verbose",
"lint": "npm-run-all -p lint:*"
Expand Down

0 comments on commit 01f122f

Please sign in to comment.