Skip to content

Commit 53a88c1

Browse files
committed
fix: upgrade pino packages to allow pino ^8
1 parent b7fa87c commit 53a88c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

loggers/pino/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
"@elastic/ecs-helpers": "^1.1.0"
4040
},
4141
"devDependencies": {
42-
"@types/pino": "^6.3.9",
42+
"@types/pino": "^7.0.4",
4343
"ajv": "^7.0.3",
4444
"ajv-formats": "^1.5.1",
4545
"elastic-apm-node": "^3.23.0",
4646
"express": "^4.17.1",
47-
"pino": "^6.0.0",
48-
"pino-http": "^5.3.0",
47+
"pino": "^8.7.0",
48+
"pino-http": "^8.2.1",
4949
"split2": "^3.1.1",
5050
"standard": "16.x",
5151
"tap": "^15.0.10"

0 commit comments

Comments
 (0)