From ef740ccfc67fbf5faf52c9589ff0d9057921215d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Feb 2024 15:36:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962463 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a47007c4..8dd1a472 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,6 @@ ], "homepage": "https://developer.mozilla.org/Add-ons/WebExtensions/Examples", "dependencies": { - "babel-eslint": "^7.2.3" + "babel-eslint": "^10.1.0" } }