File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 67
67
"it-last" : " ^1.0.4" ,
68
68
"merge-options" : " ^3.0.4" ,
69
69
"multiaddr" : " ^10.0.0" ,
70
- "multiformats" : " ^9.4.1 " ,
70
+ "multiformats" : " ^9.4.13 " ,
71
71
"native-abort-controller" : " ^1.0.3" ,
72
72
"parse-duration" : " ^1.0.0" ,
73
73
"stream-to-it" : " ^0.2.2" ,
74
74
"uint8arrays" : " ^3.0.0"
75
75
},
76
76
"devDependencies" : {
77
- "aegir" : " ^35.1 .1" ,
77
+ "aegir" : " ^36.0 .1" ,
78
78
"delay" : " ^5.0.0" ,
79
79
"go-ipfs" : " 0.9.1" ,
80
80
"ipfsd-ctl" : " ^10.0.4" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ describe('.log', function () {
22
22
const i = setInterval ( async ( ) => {
23
23
try {
24
24
await ipfs . add ( uint8ArrayFromString ( 'just adding some data to generate logs' ) )
25
- } catch ( _ ) {
25
+ } catch ( /** @type { any } */ _ ) {
26
26
// this can error if the test has finished and we're shutting down the node
27
27
}
28
28
} , 1000 )
You can’t perform that action at this time.
0 commit comments