From ae2543c741126d31d35654c79a617529035e5c51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 03:08:45 +0000 Subject: [PATCH] Bump the minor group with 1 update Bumps the minor group with 1 update: [web-ext](https://github.com/mozilla/web-ext). - [Release notes](https://github.com/mozilla/web-ext/releases) - [Commits](https://github.com/mozilla/web-ext/compare/7.7.0...7.8.0) --- updated-dependencies: - dependency-name: web-ext dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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" } }