chore(deps): update all dependencies (#293)

This commit is contained in:
Ruben Verborgh
2020-11-02 09:08:14 +01:00
committed by GitHub
parent 73a56d8682
commit 0476ba8069
15 changed files with 1407 additions and 2617 deletions

View File

@@ -24,7 +24,7 @@ export class WinstonLoggerFactory implements LoggerFactory {
format.label({ label }),
format.colorize(),
format.timestamp(),
format.printf(({ level: levelInner, message, label: labelInner, timestamp }: {[key: string]: any}): string =>
format.printf(({ level: levelInner, message, label: labelInner, timestamp }: Record<string, any>): string =>
`${timestamp} [${labelInner}] ${levelInner}: ${message}`),
),
transports: this.createTransports(),