Skip to content

Commit 9ac5019

Browse files
chore(deps): update dependency web-ext to v9.1.0 (#317)
* chore(deps): update dependency web-ext to v9.1.0 * Add data required info --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mathieu Leplatre <mathieu@mozilla.com>
1 parent f6a60d7 commit 9ac5019

3 files changed

Lines changed: 101 additions & 60 deletions

File tree

extension/manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
"gecko": {
1414
"id": "remote-settings-devtools@mozilla.com",
1515
"strict_min_version": "112.0",
16-
"update_url": "https://raw.githubusercontent.com/mozilla-extensions/remote-settings-devtools/master/update.json"
16+
"update_url": "https://raw.githubusercontent.com/mozilla-extensions/remote-settings-devtools/master/update.json",
17+
"data_collection_permissions": {
18+
"required": ["none"]
19+
}
1720
}
1821
},
1922

package-lock.json

Lines changed: 96 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
"npm-run-all2": "8.0.4",
3737
"rimraf": "6.0.1",
3838
"selenium-webdriver": "^4.20.0",
39-
"web-ext": "9.0.0"
39+
"web-ext": "9.1.0"
4040
}
4141
}

0 commit comments

Comments
 (0)