Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 05498ce

Browse files
committed
⬆️ Upgrade pino to 5.16
It is required for isoTime funciton
1 parent 27669b8 commit 05498ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@types/express": "^4.16.0",
34-
"@types/pino": "^5.8.10",
34+
"@types/pino": "^5.15.3",
3535
"lodash.foreach": "^4.5.0",
3636
"lodash.isempty": "^4.4.0",
3737
"lodash.isobject": "^3.0.2",
@@ -40,7 +40,7 @@
4040
"on-finished": "^2.3.0",
4141
"on-headers": "^1.0.1",
4242
"pick-deep": "^1.0.0",
43-
"pino": "^5.13.2",
43+
"pino": "^5.16.0",
4444
"pino-multi-stream": "^4.2.0"
4545
},
4646
"peerDependencies": {

0 commit comments

Comments
 (0)