Skip to content

Commit

Permalink
chore(deps-dev): bump @types/mocha from 9.1.1 to 10.0.0 (#49)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and SgtPooki authored Oct 5, 2022
1 parent 28736da commit d7fd94b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,10 @@
"@types/cors": "^2.8.12",
"@types/eslint": "^8.4.2",
"@types/express": "^4.17.13",
"@types/mocha": "^9.1.0",
"@types/mocha": "^10.0.0",
"@types/node": "^17.0.21",
"@types/portscanner": "^2.1.1",
"@types/winston": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"aegir": "^37.0.15",
Expand Down
2 changes: 1 addition & 1 deletion test/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const logger = winston.createLogger({
format: 'YYYY-MM-DD hh:mm:ss.SSS A'
}),
align(),
printf((info) => `[${info.timestamp as string}] ${info.level}: ${info.message}`)
printf((info) => `[${info.timestamp as string}] ${info.level}: ${info.message as string}`)
),
transports: [
new winston.transports.Console({ level: 'verbose' }),
Expand Down

0 comments on commit d7fd94b

Please sign in to comment.