diff --git a/package-lock.json b/package-lock.json index cce1991f54..2450379f8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "parse5": "^7.1.2", "stylelint": "^15.10.3", "stylelint-config-recommended": "^13.0.0", - "web-ext": "^7.7.0" + "web-ext": "^7.8.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -8800,9 +8800,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", @@ -16061,9 +16061,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/package.json b/package.json index f1c39bf5bb..84f769db43 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,6 @@ "parse5": "^7.1.2", "stylelint": "^15.10.3", "stylelint-config-recommended": "^13.0.0", - "web-ext": "^7.7.0" + "web-ext": "^7.8.0" } }