From 9ba86d282539f25e257a499e4ed1dd5359f0e6e1 Mon Sep 17 00:00:00 2001 From: William Durand Date: Mon, 20 Mar 2023 12:00:48 +0100 Subject: [PATCH] chore(deps): ignore https://github.com/advisories/GHSA-p8p7-x288-28g6 for now (#2679) --- .nsprc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.nsprc b/.nsprc index fb1e6bb29b..70c3aa767b 100644 --- a/.nsprc +++ b/.nsprc @@ -1,4 +1,6 @@ { "exceptions": [ + // See: https://github.com/mozilla/web-ext/issues/2678 + "https://github.com/advisories/GHSA-p8p7-x288-28g6" ] }