From ff27cf2bfcdd7d54822c9d6fd928ea1f9efb2899 Mon Sep 17 00:00:00 2001 From: Nathan Arthur Date: Tue, 26 Nov 2024 11:17:29 -0500 Subject: [PATCH] audit fix --- audit-ci.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audit-ci.json b/audit-ci.json index d2bafed91..39b57f35f 100644 --- a/audit-ci.json +++ b/audit-ci.json @@ -31,6 +31,7 @@ "GHSA-c2qf-rxjj-qqgw", // Not used at runtime "GHSA-pxg6-pf52-xh8x|@lhci/cli>*", // Used by lighthouse CI, not at runtime "GHSA-pxg6-pf52-xh8x|@lhci/utils>*", // Used by lighthouse CI, not at runtime - "GHSA-pxg6-pf52-xh8x|express>cookie" // Used by lighthouse CI, not at runtime + "GHSA-pxg6-pf52-xh8x|express>cookie", // Used by lighthouse CI, not at runtime + "GHSA-3xgq-45jj-v275" // cross-spawn is used by @next/eslint-plugin-next, audit-ci, cross-env, eslint, and jest. It is not used at runtime ] }