Skip to content

Commit d909da0

Browse files
committed
cleans up more files
1 parent e26daf6 commit d909da0

File tree

3 files changed

+33
-141
lines changed

3 files changed

+33
-141
lines changed

.babelrc

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

audit-ci.jsonc

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,5 @@
22
"$schema": "https://github.com/IBM/audit-ci/raw/main/docs/schema.json",
33
"critical": true,
44
// Only fail the audit if there are critical vulnerabilities.
5-
"allowlist": [
6-
{
7-
"GHSA-8cp3-66vr-3r4c": {
8-
"active": true,
9-
"expiry": "2024-10-22",
10-
// Re-evaluate this vulnerability after this date.
11-
"notes": "Transitive dependency of `superagent`, awaiting new `superagent` release."
12-
// https://github.com/ladjs/superagent/issues/1799
13-
// Vulnerability fix only available in `[email protected]+`: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight.
14-
}
15-
},
16-
{
17-
"GHSA-grv7-fg5c-xmjg|braces": {
18-
"active": true,
19-
"expiry": "2024-12-22", // Re-evaluate this vulnerability after this date.
20-
"notes": "Transitive dependency of `chokidar` and `micromatch`"
21-
// (`braces` -> `chokidar` -> `mocha`), chokidar unlikely to get patched: https://github.com/paulmillr/chokidar/issues/1301, mocha maintenance questionable: https://github.com/mochajs/mocha/issues/5027
22-
// (`braces` -> `micromatch` -> `fast-glob` -> `globby` -> `typescript-eslint/typescript-estree`), micromatch is patched, but fast-glob not maintained: https://github.com/mrmlnc/fast-glob/issues/443
23-
}
24-
}
25-
]
5+
"allowlist": []
266
}

package-lock.json

Lines changed: 32 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)