Bump web-ext from 7.7.0 to 7.8.0

Bumps [web-ext](https://github.com/mozilla/web-ext) from 7.7.0 to 7.8.0.
- [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
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-09-29 11:17:51 +00:00 committed by GitHub
parent 6f289f14f9
commit 6e4e5f22a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated

@ -11,7 +11,7 @@
"devDependencies": {
"eslint": "^8.49.0",
"eslint-config-google": "^0.14.0",
"web-ext": "^7.7.0"
"web-ext": "^7.8.0"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -5375,9 +5375,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",

@ -28,6 +28,6 @@
"devDependencies": {
"eslint": "^8.49.0",
"eslint-config-google": "^0.14.0",
"web-ext": "^7.7.0"
"web-ext": "^7.8.0"
}
}