Skip to content

Commit a286f29

Browse files
authored
fix: resolved pino compatibility issues for v18 (#2014)
Pins pino to version 9.9.5 to avoid compatibility issues in latest pino v9.10.0
1 parent 36205e9 commit a286f29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/collector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"dependencies": {
8383
"@instana/core": "4.24.0",
8484
"@instana/shared-metrics": "4.24.0",
85-
"pino": "^9.9.5",
85+
"pino": "9.9.5",
8686
"semver": "^7.7.2",
8787
"serialize-error": "^8.1.0"
8888
},

0 commit comments

Comments
 (0)