|
51 | 51 | "cacheable-lookup": "^6.0.4",
|
52 | 52 | "cacheable-request": "^7.0.2",
|
53 | 53 | "decompress-response": "^6.0.0",
|
54 |
| - "form-data-encoder": "1.6.0", |
| 54 | + "form-data-encoder": "1.7.1", |
55 | 55 | "get-stream": "^6.0.1",
|
56 | 56 | "http2-wrapper": "^2.1.9",
|
57 | 57 | "lowercase-keys": "^3.0.0",
|
|
64 | 64 | "@sinonjs/fake-timers": "^8.1.0",
|
65 | 65 | "@types/benchmark": "^2.1.1",
|
66 | 66 | "@types/express": "^4.17.13",
|
67 |
| - "@types/node": "^16.11.7", |
| 67 | + "@types/node": "^16.11.12", |
68 | 68 | "@types/pem": "^1.9.6",
|
69 | 69 | "@types/pify": "^5.0.1",
|
70 |
| - "@types/readable-stream": "^2.3.11", |
| 70 | + "@types/readable-stream": "^2.3.12", |
71 | 71 | "@types/request": "^2.48.7",
|
72 | 72 | "@types/sinon": "^10.0.6",
|
73 |
| - "@types/sinonjs__fake-timers": "^8.1.0", |
| 73 | + "@types/sinonjs__fake-timers": "^8.1.1", |
74 | 74 | "@types/tough-cookie": "^4.0.1",
|
75 | 75 | "ava": "^3.15.0",
|
76 | 76 | "axios": "^0.24.0",
|
|
86 | 86 | "formdata-node": "^4.3.1",
|
87 | 87 | "nock": "^13.2.1",
|
88 | 88 | "node-fetch": "^3.1.0",
|
89 |
| - "np": "^7.5.0", |
| 89 | + "np": "^7.6.0", |
90 | 90 | "nyc": "^15.1.0",
|
91 | 91 | "p-event": "^5.0.1",
|
92 | 92 | "pem": "^1.14.4",
|
|
100 | 100 | "to-readable-stream": "^3.0.0",
|
101 | 101 | "tough-cookie": "^4.0.0",
|
102 | 102 | "ts-node": "^10.4.0",
|
103 |
| - "typescript": "4.5.2", |
104 |
| - "xo": "^0.46.4" |
| 103 | + "typescript": "4.5.3", |
| 104 | + "xo": "^0.47.0" |
105 | 105 | },
|
106 | 106 | "types": "dist/source",
|
107 | 107 | "sideEffects": false,
|
|
151 | 151 | "@typescript-eslint/no-unsafe-assignment": "off",
|
152 | 152 | "@typescript-eslint/no-unsafe-call": "off",
|
153 | 153 | "@typescript-eslint/await-thenable": "off",
|
154 |
| - "no-lone-blocks": "off" |
| 154 | + "no-lone-blocks": "off", |
| 155 | + "unicorn/no-await-expression-member": "off" |
155 | 156 | }
|
156 | 157 | },
|
157 | 158 | "runkitExampleFilename": "./documentation/examples/runkit-example.js"
|
|
0 commit comments