File tree 2 files changed +5
-9
lines changed
2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 47
47
"dependencies" : {
48
48
"@sindresorhus/is" : " ^5.2.0" ,
49
49
"@szmarczak/http-timer" : " ^5.0.1" ,
50
- "cacheable-lookup" : " ^6 .0.4 " ,
51
- "cacheable-request" : " ^10.1.2 " ,
50
+ "cacheable-lookup" : " ^7 .0.0 " ,
51
+ "cacheable-request" : " ^10.2.1 " ,
52
52
"decompress-response" : " ^6.0.0" ,
53
53
"form-data-encoder" : " ^2.1.2" ,
54
54
"get-stream" : " ^6.0.1" ,
63
63
"@sinonjs/fake-timers" : " ^9.1.1" ,
64
64
"@types/benchmark" : " ^2.1.2" ,
65
65
"@types/express" : " ^4.17.13" ,
66
- "@types/node" : " ^18.7.13 " ,
66
+ "@types/node" : " ^18.7.23 " ,
67
67
"@types/pem" : " ^1.9.6" ,
68
68
"@types/pify" : " ^5.0.1" ,
69
69
"@types/readable-stream" : " ^2.3.13" ,
90
90
"p-event" : " ^5.0.1" ,
91
91
"pem" : " ^1.14.6" ,
92
92
"pify" : " ^6.0.0" ,
93
- "readable-stream" : " ^4.0 .0" ,
93
+ "readable-stream" : " ^4.2 .0" ,
94
94
"request" : " ^2.88.2" ,
95
95
"sinon" : " ^14.0.0" ,
96
96
"slow-stream" : " 0.0.4" ,
99
99
"to-readable-stream" : " ^3.0.0" ,
100
100
"tough-cookie" : " 4.0.0" ,
101
101
"ts-node" : " ^10.8.2" ,
102
- "type-fest" : " ^2.19 .0" ,
102
+ "type-fest" : " ^3.0 .0" ,
103
103
"typescript" : " ~4.8.2" ,
104
104
"xo" : " ^0.52.2"
105
105
},
Original file line number Diff line number Diff line change 6
6
"lib" : [
7
7
" es2020"
8
8
],
9
-
10
- // TODO: Remove these at some point.
11
- "module" : " ES2020" ,
12
- "moduleResolution" : " node" ,
13
9
"noPropertyAccessFromIndexSignature" : false ,
14
10
"isolatedModules" : true
15
11
},
You can’t perform that action at this time.
0 commit comments