mirror of
https://github.com/davegallant/rfd-redirect-stripper.git
synced 2025-08-06 00:33:39 +00:00
Bump web-ext from 7.6.1 to 7.6.2 (#4)
Bumps [web-ext](https://github.com/mozilla/web-ext) from 7.6.1 to 7.6.2. - [Release notes](https://github.com/mozilla/web-ext/releases) - [Commits](https://github.com/mozilla/web-ext/compare/7.6.1...7.6.2) --- updated-dependencies: - dependency-name: web-ext dependency-type: direct:development update-type: version-update:semver-patch ... 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:
8
package-lock.json
generated
8
package-lock.json
generated
@@ -5,7 +5,7 @@
|
||||
"packages": {
|
||||
"": {
|
||||
"devDependencies": {
|
||||
"web-ext": "^7.6.1"
|
||||
"web-ext": "^7.6.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@babel/code-frame": {
|
||||
@@ -5174,9 +5174,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/web-ext": {
|
||||
"version": "7.6.1",
|
||||
"resolved": "https://registry.npmjs.org/web-ext/-/web-ext-7.6.1.tgz",
|
||||
"integrity": "sha512-zU7nCiUiNgrZbiF1M9f1HJmwoeyKqb/QTahsEF8ke6aBFQYK6x3NcASi7Mrd7vUrPUvhWLvWB1YFC72VZnARAg==",
|
||||
"version": "7.6.2",
|
||||
"resolved": "https://registry.npmjs.org/web-ext/-/web-ext-7.6.2.tgz",
|
||||
"integrity": "sha512-xlxbzgFBIS/UWWlvWxyR1PIqRRzDj1cutoHh+VZu4ZTcJTfv35KVdKkLRZv4PQwHu4dg8VfTg7WEcNP4QLaaFQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@babel/runtime": "7.21.0",
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"web-ext": "^7.6.1"
|
||||
"web-ext": "^7.6.2"
|
||||
},
|
||||
"scripts": {
|
||||
"start:firefox": "web-ext run --source-dir .",
|
||||
|
Reference in New Issue
Block a user