addons-scanner-utils 9.1.0 → 9.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/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ yarn add addons-scanner-utils
|
|
|
12
12
|
|
|
13
13
|
## Requirements
|
|
14
14
|
|
|
15
|
-
- You need [Node](https://nodejs.org/)
|
|
15
|
+
- You need [Node](https://nodejs.org/) 16, which is the current [LTS](https://github.com/nodejs/LTS) (long term support) release.
|
|
16
16
|
- You need [yarn](https://yarnpkg.com/en/) to manage dependencies and run commands.
|
|
17
17
|
|
|
18
18
|
## Development
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "addons-scanner-utils",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.3.0",
|
|
4
4
|
"description": "Various addons related helpers to build CLIs.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"peerDependencies": {
|
|
21
21
|
"body-parser": "1.20.2",
|
|
22
22
|
"express": "4.18.2",
|
|
23
|
-
"node-fetch": "2.6.
|
|
23
|
+
"node-fetch": "2.6.11",
|
|
24
24
|
"safe-compare": "1.1.4"
|
|
25
25
|
},
|
|
26
26
|
"peerDependenciesMeta": {
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"@types/common-tags": "^1.8.0",
|
|
42
42
|
"@types/express": "4.17.17",
|
|
43
43
|
"@types/jest": "^29.0.0",
|
|
44
|
-
"@types/node": "^
|
|
45
|
-
"@types/node-fetch": "^2.6.
|
|
44
|
+
"@types/node": "^20.1.1",
|
|
45
|
+
"@types/node-fetch": "^2.6.4",
|
|
46
46
|
"@types/safe-compare": "^1.1.0",
|
|
47
47
|
"@types/sinon": "^10.0.0",
|
|
48
48
|
"@types/supertest": "^2.0.8",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"eslint-plugin-amo": "^1.10.2",
|
|
55
55
|
"express": "4.18.2",
|
|
56
56
|
"jest": "^29.0.0",
|
|
57
|
-
"node-fetch": "2.6.
|
|
57
|
+
"node-fetch": "2.6.11",
|
|
58
58
|
"prettier": "2.8.8",
|
|
59
59
|
"pretty-quick": "^3.0.0",
|
|
60
60
|
"rimraf": "^5.0.0",
|