|
48 | 48 | "ky" |
49 | 49 | ], |
50 | 50 | "dependencies": { |
51 | | - "@sindresorhus/is": "^6.1.0", |
| 51 | + "@sindresorhus/is": "^6.3.1", |
52 | 52 | "@szmarczak/http-timer": "^5.0.1", |
53 | 53 | "cacheable-lookup": "^7.0.0", |
54 | | - "cacheable-request": "^10.2.14", |
| 54 | + "cacheable-request": "^12.0.1", |
55 | 55 | "decompress-response": "^6.0.0", |
56 | 56 | "form-data-encoder": "^4.0.2", |
57 | 57 | "get-stream": "^8.0.1", |
|
66 | 66 | "@sinonjs/fake-timers": "^11.2.2", |
67 | 67 | "@types/benchmark": "^2.1.5", |
68 | 68 | "@types/express": "^4.17.21", |
69 | | - "@types/node": "^20.10.0", |
| 69 | + "@types/node": "^20.12.12", |
70 | 70 | "@types/pem": "^1.14.4", |
71 | | - "@types/readable-stream": "^4.0.9", |
| 71 | + "@types/readable-stream": "^4.0.14", |
72 | 72 | "@types/request": "^2.48.12", |
73 | 73 | "@types/sinon": "^17.0.2", |
74 | 74 | "@types/sinonjs__fake-timers": "^8.1.5", |
75 | 75 | "ava": "^5.3.1", |
76 | | - "axios": "^1.6.2", |
| 76 | + "axios": "^1.6.8", |
77 | 77 | "benchmark": "^2.1.4", |
78 | 78 | "bluebird": "^3.7.2", |
79 | 79 | "body-parser": "^1.20.2", |
80 | 80 | "create-cert": "^1.0.6", |
81 | 81 | "create-test-server": "^3.0.1", |
82 | 82 | "del-cli": "^5.1.0", |
83 | 83 | "delay": "^6.0.0", |
84 | | - "express": "^4.18.2", |
| 84 | + "express": "^4.19.2", |
85 | 85 | "form-data": "^4.0.0", |
86 | 86 | "formdata-node": "^6.0.3", |
87 | | - "nock": "^13.4.0", |
| 87 | + "nock": "^13.5.4", |
88 | 88 | "node-fetch": "^3.3.2", |
89 | | - "np": "^9.0.0", |
| 89 | + "np": "^10.0.5", |
90 | 90 | "nyc": "^15.1.0", |
91 | | - "p-event": "^6.0.0", |
| 91 | + "p-event": "^6.0.1", |
92 | 92 | "pem": "^1.14.8", |
93 | 93 | "pify": "^6.1.0", |
94 | 94 | "readable-stream": "^4.4.2", |
95 | 95 | "request": "^2.88.2", |
96 | | - "sinon": "^17.0.1", |
| 96 | + "sinon": "^18.0.0", |
97 | 97 | "slow-stream": "0.0.4", |
98 | 98 | "tempy": "^3.1.0", |
99 | 99 | "then-busboy": "^5.2.1", |
100 | | - "tough-cookie": "^4.1.3", |
101 | | - "tsx": "^4.6.0", |
| 100 | + "tough-cookie": "^4.1.4", |
| 101 | + "tsx": "^4.10.4", |
102 | 102 | "type-fest": "^4.8.2", |
103 | | - "typescript": "^5.3.2", |
| 103 | + "typescript": "^5.4.5", |
104 | 104 | "xo": "^0.56.0" |
105 | 105 | }, |
106 | 106 | "ava": { |
107 | 107 | "files": [ |
108 | 108 | "test/*" |
109 | 109 | ], |
110 | | - "timeout": "1m", |
| 110 | + "timeout": "10m", |
111 | 111 | "extensions": { |
112 | 112 | "ts": "module" |
113 | 113 | }, |
|
0 commit comments