Skip to content

Commit 9e372f3

Browse files
authored
fix: security vulnerabilities (#92)
1 parent d9dccc5 commit 9e372f3

File tree

4 files changed

+485
-817
lines changed

4 files changed

+485
-817
lines changed

.audit-ci.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
{
22
"moderate": true,
33
"allowlist": [
4-
1004946,
5-
1005534,
6-
1006724,
7-
1007017
4+
1065159,
5+
1064843,
6+
1065523
87
],
98
"registry": "https://registry.npmjs.org",
109
"_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"
10+
"1064843": "cli-table3 > strip-ansi > ansi-regex",
11+
"1065523": "eslint-index > yargs > yargs-parser",
12+
"1065159": "eslint-index > eslint > ajv"
1513
}
1614
}

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [12.x, 14.x]
11+
node-version: [14.x]
1212

1313
steps:
1414
- name: Check out the code

0 commit comments

Comments
 (0)