addons-scanner-utils 7.0.0 → 7.1.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.
Files changed (1) hide show
  1. package/package.json +28 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "addons-scanner-utils",
3
- "version": "7.0.0",
3
+ "version": "7.1.0",
4
4
  "description": "Various addons related helpers to build CLIs.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -10,7 +10,7 @@
10
10
  "author": "Mozilla Add-ons Team",
11
11
  "license": "MPL-2.0",
12
12
  "dependencies": {
13
- "@types/yauzl": "2.9.2",
13
+ "@types/yauzl": "2.10.0",
14
14
  "common-tags": "1.8.2",
15
15
  "first-chunk-stream": "3.0.0",
16
16
  "strip-bom-stream": "4.0.0",
@@ -19,36 +19,53 @@
19
19
  },
20
20
  "peerDependencies": {
21
21
  "@types/download": "8.0.1",
22
- "body-parser": "1.19.2",
22
+ "body-parser": "1.20.0",
23
23
  "download": "8.0.0",
24
- "express": "4.17.3",
24
+ "express": "4.18.1",
25
25
  "safe-compare": "1.1.4"
26
26
  },
27
+ "peerDependenciesMeta": {
28
+ "@types/download": {
29
+ "optional": true
30
+ },
31
+ "body-parser": {
32
+ "optional": true
33
+ },
34
+ "download": {
35
+ "optional": true
36
+ },
37
+ "express": {
38
+ "optional": true
39
+ },
40
+ "safe-compare": {
41
+ "optional": true
42
+ }
43
+ },
27
44
  "devDependencies": {
28
45
  "@types/common-tags": "^1.8.0",
29
46
  "@types/download": "8.0.1",
30
47
  "@types/express": "4.17.13",
31
- "@types/jest": "^27.0.0",
48
+ "@types/jest": "^28.0.0",
32
49
  "@types/node": "^14.0.0",
33
50
  "@types/safe-compare": "^1.1.0",
34
51
  "@types/sinon": "^10.0.0",
35
52
  "@types/supertest": "^2.0.8",
36
53
  "@typescript-eslint/eslint-plugin": "^5.0.0",
37
54
  "@typescript-eslint/parser": "^5.0.0",
38
- "body-parser": "1.19.2",
55
+ "body-parser": "1.20.0",
39
56
  "download": "8.0.0",
40
57
  "eslint": "^8.1.0",
41
58
  "eslint-config-amo": "^5.0.0",
42
59
  "eslint-plugin-amo": "^1.10.2",
43
- "express": "4.17.3",
44
- "jest": "^27.0.0",
45
- "prettier": "2.6.1",
60
+ "express": "4.18.1",
61
+ "jest": "^28.0.0",
62
+ "prettier": "2.7.1",
46
63
  "pretty-quick": "^3.0.0",
47
64
  "rimraf": "^3.0.0",
48
65
  "safe-compare": "1.1.4",
49
- "sinon": "^13.0.0",
66
+ "sinon": "^14.0.0",
50
67
  "supertest": "^6.0.0",
51
- "ts-jest": "^27.0.0",
68
+ "ts-jest": "^28.0.0",
52
69
  "type-coverage": "^2.3.0",
53
70
  "typescript": "^4.0.0"
54
71
  },