Skip to content

Commit 5f0175e

Browse files
committed
fix: lint
1 parent bf431f3 commit 5f0175e

3 files changed

Lines changed: 370 additions & 414 deletions

File tree

audit-ci.jsonc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,10 @@
33
// Only fail the audit if there are critical vulnerabilities.
44
"critical": true,
55
// Can't update ESLint yet because we must support Node 16
6-
"allowlist": ["GHSA-3ppc-4f35-3m26", "GHSA-23c5-xmqv-rm74", "GHSA-7r86-cg39-jmmj"],
6+
"allowlist": [
7+
"GHSA-3ppc-4f35-3m26",
8+
"GHSA-23c5-xmqv-rm74",
9+
"GHSA-7r86-cg39-jmmj",
10+
"GHSA-mh99-v99m-4gvg",
11+
],
712
}

0 commit comments

Comments
 (0)