Skip to content

Commit 01f122f

Browse files
feat: audit-ci version update (#40)
1 parent 2bcf1cf commit 01f122f

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.audit-ci.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.audit-ci.jsonc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"moderate": true,
3+
"allowlist": [],
4+
"registry": "https://registry.npmjs.org"
5+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
]
3434
},
3535
"scripts": {
36-
"lint:audit": "npx audit-ci@4.1.0 --config .audit-ci.json",
36+
"lint:audit": "npx audit-ci@6.3.0 --config .audit-ci.jsonc",
3737
"lint:ec": "npx editorconfig-checker",
3838
"lint:js": "npx @telus/telus-standard --verbose",
3939
"lint": "npm-run-all -p lint:*"

0 commit comments

Comments
 (0)