web-ext 8.1.0 → 8.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-ext",
3
- "version": "8.1.0",
3
+ "version": "8.3.0",
4
4
  "description": "A command line tool to help build, run, and test web extensions",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -58,50 +58,46 @@
58
58
  "opera"
59
59
  ],
60
60
  "dependencies": {
61
- "@babel/runtime": "7.24.7",
61
+ "@babel/runtime": "7.25.6",
62
62
  "@devicefarmer/adbkit": "3.2.6",
63
- "addons-linter": "6.29.0",
64
- "bunyan": "1.8.15",
63
+ "addons-linter": "7.1.0",
65
64
  "camelcase": "8.0.0",
66
- "chrome-launcher": "0.15.1",
65
+ "chrome-launcher": "1.1.2",
67
66
  "debounce": "1.2.1",
68
67
  "decamelize": "6.0.0",
69
68
  "es6-error": "4.1.1",
70
- "firefox-profile": "4.6.0",
71
- "fs-extra": "11.2.0",
69
+ "firefox-profile": "4.7.0",
72
70
  "fx-runner": "1.4.0",
73
71
  "https-proxy-agent": "^7.0.0",
74
- "jose": "5.4.0",
72
+ "jose": "5.9.2",
75
73
  "jszip": "3.10.1",
76
- "mkdirp": "1.0.4",
77
74
  "multimatch": "6.0.0",
78
- "mz": "2.7.0",
79
- "node-fetch": "3.3.2",
80
75
  "node-notifier": "10.0.1",
81
76
  "open": "9.1.0",
82
77
  "parse-json": "7.1.1",
78
+ "pino": "9.4.0",
83
79
  "promise-toolbox": "0.21.0",
84
80
  "source-map-support": "0.5.21",
85
81
  "strip-bom": "5.0.0",
86
82
  "strip-json-comments": "5.0.1",
87
83
  "tmp": "0.2.3",
88
- "update-notifier": "6.0.2",
89
- "watchpack": "2.4.1",
90
- "ws": "8.17.0",
84
+ "update-notifier": "7.3.1",
85
+ "watchpack": "2.4.2",
86
+ "ws": "8.18.0",
91
87
  "yargs": "17.7.2",
92
88
  "zip-dir": "2.0.0"
93
89
  },
94
90
  "devDependencies": {
95
- "@babel/cli": "7.24.7",
96
- "@babel/core": "7.24.7",
97
- "@babel/eslint-parser": "7.24.7",
98
- "@babel/preset-env": "7.24.7",
91
+ "@babel/cli": "7.25.6",
92
+ "@babel/core": "7.25.2",
93
+ "@babel/eslint-parser": "7.25.1",
94
+ "@babel/preset-env": "7.25.4",
99
95
  "@babel/register": "7.24.6",
100
- "@commitlint/cli": "19.3.0",
101
- "@commitlint/config-conventional": "19.2.2",
102
- "babel-plugin-istanbul": "6.1.1",
96
+ "@commitlint/cli": "19.5.0",
97
+ "@commitlint/config-conventional": "19.5.0",
98
+ "babel-plugin-istanbul": "7.0.0",
103
99
  "babel-plugin-transform-inline-environment-variables": "0.4.4",
104
- "chai": "4.3.10",
100
+ "chai": "5.1.1",
105
101
  "chai-as-promised": "8.0.0",
106
102
  "copy-dir": "1.3.0",
107
103
  "crc-32": "1.2.2",
@@ -109,16 +105,17 @@
109
105
  "deepcopy": "2.1.0",
110
106
  "eslint": "8.57.0",
111
107
  "eslint-plugin-async-await": "0.0.0",
112
- "eslint-plugin-import": "2.29.1",
108
+ "eslint-plugin-import": "2.30.0",
109
+ "fs-extra": "11.2.0",
113
110
  "git-rev-sync": "3.0.2",
114
111
  "html-entities": "2.5.2",
115
- "mocha": "10.4.0",
112
+ "mocha": "10.7.0",
116
113
  "nyc": "17.0.0",
117
- "prettier": "3.3.2",
114
+ "prettier": "3.3.3",
118
115
  "pretty-quick": "4.0.0",
119
116
  "prettyjson": "1.2.5",
120
117
  "shelljs": "0.8.5",
121
- "sinon": "18.0.0",
118
+ "sinon": "19.0.2",
122
119
  "testdouble": "3.20.2",
123
120
  "yauzl": "2.10.0"
124
121
  },