File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 186
186
"@types/cors" : " ^2.8.12" ,
187
187
"@types/eslint" : " ^8.4.2" ,
188
188
"@types/express" : " ^4.17.13" ,
189
- "@types/mocha" : " ^9.1 .0" ,
189
+ "@types/mocha" : " ^10.0 .0" ,
190
190
"@types/node" : " ^17.0.21" ,
191
191
"@types/portscanner" : " ^2.1.1" ,
192
+ "@types/winston" : " ^2.4.4" ,
192
193
"@typescript-eslint/eslint-plugin" : " ^5.22.0" ,
193
194
"@typescript-eslint/parser" : " ^5.22.0" ,
194
195
"aegir" : " ^37.0.15" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const logger = winston.createLogger({
22
22
format : 'YYYY-MM-DD hh:mm:ss.SSS A'
23
23
} ) ,
24
24
align ( ) ,
25
- printf ( ( info ) => `[${ info . timestamp as string } ] ${ info . level } : ${ info . message } ` )
25
+ printf ( ( info ) => `[${ info . timestamp as string } ] ${ info . level } : ${ info . message as string } ` )
26
26
) ,
27
27
transports : [
28
28
new winston . transports . Console ( { level : 'verbose' } ) ,
You can’t perform that action at this time.
0 commit comments