Bump web-ext from 7.7.0 to 7.8.0 (#8)

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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-10-01 21:34:31 -04:00
committed by GitHub
parent 6f42d151d1
commit 1b11b7a993
2 changed files with 5 additions and 14 deletions

17
package-lock.json generated
View File

@@ -5,7 +5,7 @@
"packages": {
"": {
"devDependencies": {
"web-ext": "^7.7.0"
"web-ext": "^7.8.0"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@@ -5326,9 +5326,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",
@@ -5443,15 +5443,6 @@
"integrity": "sha512-typ/+JRmi7RqP1NanzFULK36vczznSNN8kWVA9vIqXyv8GhghUlwhGp1Xj3Nms1FsPcNnsQrJOR10N58/nQ9hQ==",
"dev": true
},
"node_modules/word-wrap": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.4.tgz",
"integrity": "sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==",
"dev": true,
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/wrap-ansi": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",

View File

@@ -1,6 +1,6 @@
{
"devDependencies": {
"web-ext": "^7.7.0"
"web-ext": "^7.8.0"
},
"scripts": {
"start:firefox": "web-ext run --source-dir .",