Skip to content

Commit d9dccc5

Browse files
authored
fix: security advisories and updated audit ci (#88)
1 parent 9b20937 commit d9dccc5

File tree

3 files changed

+755
-1177
lines changed

3 files changed

+755
-1177
lines changed

.audit-ci.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
{
22
"moderate": true,
3-
"advisories": [1004946, 1006724, 1005534],
4-
"whitelist": [],
5-
"registry": "https://registry.npmjs.org"
3+
"allowlist": [
4+
1004946,
5+
1005534,
6+
1006724,
7+
1007017
8+
],
9+
"registry": "https://registry.npmjs.org",
10+
"_remark": {
11+
"1004946": "@semantic-release/npm > npm > cli-columns > string-width > strip-ansi > ansi-regex",
12+
"1005534": "eslint-index > yargs > yargs-parser",
13+
"1006724": "@semantic-release/npm > npm > node-gyp > request > http-signature > jsprim > json-schema",
14+
"1007017": "eslint-index > eslint > ajv"
15+
}
616
}

0 commit comments

Comments
 (0)