From 233c2a5498fcc8914dd4b655ad636925b79c6a01 Mon Sep 17 00:00:00 2001 From: Danny Colin Date: Wed, 10 Aug 2022 16:20:48 -0400 Subject: [PATCH] Update minimal version of web-ext This removes all the critical and high vulnerabilities --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e614c5b..7886721 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "stylelint": "^13.5.0", "stylelint-config-standard": "^20.0.0", "stylelint-order": "^4.0.0", - "web-ext": "^5.4.1", + "web-ext": "^7.1.1", "webextensions-jsdom": "^1.2.1" }, "homepage": "https://github.com/mozilla/multi-account-containers#readme",