Fix pino deprecation warning (#7230)

This commit is contained in:
Rijk van Zanten
2021-08-06 00:30:36 +02:00
committed by GitHub
parent 627d843aed
commit 6f4844846e
2 changed files with 22 additions and 22 deletions

View File

@@ -128,9 +128,9 @@
"openapi3-ts": "^2.0.0",
"ora": "^5.4.0",
"otplib": "^12.0.1",
"pino": "^6.11.3",
"pino": "6.13.0",
"pino-colada": "^2.1.0",
"pino-http": "^5.5.0",
"pino-http": "5.6.0",
"prettier": "^2.3.1",
"qs": "^6.9.4",
"rate-limiter-flexible": "^2.2.2",