From 36304c1fdf2b09a19644e91bce5f008c2772862c Mon Sep 17 00:00:00 2001 From: marperia Date: Sun, 24 Jul 2022 05:02:29 +0700 Subject: [PATCH] fix npm vulnerabilities #2394 --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e614c5b..c20a20b 100644 --- a/package.json +++ b/package.json @@ -7,15 +7,14 @@ "bugs": { "url": "https://github.com/mozilla/multi-account-containers/issues" }, - "dependencies": {}, "devDependencies": { - "addons-linter": "^3.23.0", + "addons-linter": "^5.12.0", "ajv": "^6.6.3", "chai": "^4.2.0", "eslint": "^7.32.0", "eslint-plugin-no-unsanitized": "^4.0.0", "eslint-plugin-promise": "^5.2.0", - "htmllint-cli": "0.0.7", + "htmllint-cli": "^0.0.6", "json": ">=10.0.0", "mocha": "^6.2.2", "npm-run-all": "^4.0.0", @@ -25,7 +24,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",