diff --git a/addon/package-lock.json b/addon/package-lock.json index 5e9018b6a..12b4ba3c0 100644 --- a/addon/package-lock.json +++ b/addon/package-lock.json @@ -14,7 +14,7 @@ "devDependencies": { "eslint-plugin-mozilla": "^2.11.1", "eslint-plugin-no-unsanitized": "^3.1.5", - "web-ext": "^7.7.0", + "web-ext": "^7.8.0", "webpack": "^5.88.2", "webpack-cli": "^5.1.4" }, @@ -7248,9 +7248,9 @@ } }, "node_modules/web-ext": { - "version": "7.7.0", - "resolved": "https://registry.npmjs.org/web-ext/-/web-ext-7.7.0.tgz", - "integrity": "sha512-/jc0kbSLfw/ANra6v70I6QADrVYL0Wo98T0Cigt39EjVpXbiwES8zww/9QL7aE0L1tK0ISWYq45KNisDV+GKVA==", + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/web-ext/-/web-ext-7.8.0.tgz", + "integrity": "sha512-ta+VjbNfK5q0pqRmrlH/DQMdJ89sAJFfgcvpqoUoe2gPxLu18zZ5mIakGvyjmfjrkJLOZ2NCNF7suj/qd6xaEQ==", "dev": true, "dependencies": { "@babel/runtime": "7.21.0", @@ -13231,9 +13231,9 @@ } }, "web-ext": { - "version": "7.7.0", - "resolved": "https://registry.npmjs.org/web-ext/-/web-ext-7.7.0.tgz", - "integrity": "sha512-/jc0kbSLfw/ANra6v70I6QADrVYL0Wo98T0Cigt39EjVpXbiwES8zww/9QL7aE0L1tK0ISWYq45KNisDV+GKVA==", + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/web-ext/-/web-ext-7.8.0.tgz", + "integrity": "sha512-ta+VjbNfK5q0pqRmrlH/DQMdJ89sAJFfgcvpqoUoe2gPxLu18zZ5mIakGvyjmfjrkJLOZ2NCNF7suj/qd6xaEQ==", "dev": true, "requires": { "@babel/runtime": "7.21.0", diff --git a/addon/package.json b/addon/package.json index cc3a17bac..411063890 100644 --- a/addon/package.json +++ b/addon/package.json @@ -11,7 +11,7 @@ "devDependencies": { "eslint-plugin-mozilla": "^2.11.1", "eslint-plugin-no-unsanitized": "^3.1.5", - "web-ext": "^7.7.0", + "web-ext": "^7.8.0", "webpack": "^5.88.2", "webpack-cli": "^5.1.4" },