Skip to content

Commit

Permalink
fix(deps): update dependency pino to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 24, 2024
1 parent d4c96a8 commit ea1fc42
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"http-status-codes": "^2.3.0",
"ky": "^1.2.4",
"node-cache": "^5.1.2",
"pino": "^8.20.0",
"pino": "^9.0.0",
"prom-client": "^15.1.2",
"punycode": "^2.3.1",
"rate-limiter-flexible": "^4.0.1",
Expand Down
41 changes: 31 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15460,13 +15460,13 @@ __metadata:
languageName: node
linkType: hard

"pino-abstract-transport@npm:^1.0.0, pino-abstract-transport@npm:^1.1.0":
version: 1.1.0
resolution: "pino-abstract-transport@npm:1.1.0"
"pino-abstract-transport@npm:^1.0.0, pino-abstract-transport@npm:^1.1.0, pino-abstract-transport@npm:^1.2.0":
version: 1.2.0
resolution: "pino-abstract-transport@npm:1.2.0"
dependencies:
readable-stream: "npm:^4.0.0"
split2: "npm:^4.0.0"
checksum: 10c0/6e9b9d5a2c0a37f91ecaf224d335daae1ae682b1c79a05b06ef9e0f0a5d289f8e597992217efc857796dae6f1067e9b4882f95c6228ff433ddc153532cae8aca
checksum: 10c0/b4ab59529b7a91f488440147fc58ee0827a6c1c5ca3627292339354b1381072c1a6bfa9b46d03ad27872589e8477ecf74da12cf286e1e6b665ac64a3b806bf07
languageName: node
linkType: hard

Expand Down Expand Up @@ -15501,7 +15501,7 @@ __metadata:
languageName: node
linkType: hard

"pino@npm:^8.20.0, pino@npm:^8.5.0":
"pino@npm:^8.5.0":
version: 8.20.0
resolution: "pino@npm:8.20.0"
dependencies:
Expand All @@ -15522,6 +15522,27 @@ __metadata:
languageName: node
linkType: hard

"pino@npm:^9.0.0":
version: 9.0.0
resolution: "pino@npm:9.0.0"
dependencies:
atomic-sleep: "npm:^1.0.0"
fast-redact: "npm:^3.1.1"
on-exit-leak-free: "npm:^2.1.0"
pino-abstract-transport: "npm:^1.2.0"
pino-std-serializers: "npm:^6.0.0"
process-warning: "npm:^3.0.0"
quick-format-unescaped: "npm:^4.0.3"
real-require: "npm:^0.2.0"
safe-stable-stringify: "npm:^2.3.1"
sonic-boom: "npm:^3.7.0"
thread-stream: "npm:^2.6.0"
bin:
pino: bin.js
checksum: 10c0/10ef10aee0cf80af8ed83468cff2e29d642b6794b53cf641e1abcaf9e9958d8bcbc6e09d62757054aef3b4415c45d66a5018da11d43b81a23ba299ef5dc4e8b1
languageName: node
linkType: hard

"pirates@npm:^4.0.4, pirates@npm:^4.0.5":
version: 4.0.5
resolution: "pirates@npm:4.0.5"
Expand Down Expand Up @@ -16733,7 +16754,7 @@ __metadata:
ky: "npm:^1.2.4"
node-cache: "npm:^5.1.2"
parcel: "npm:^2.7.0"
pino: "npm:^8.20.0"
pino: "npm:^9.0.0"
pino-pretty: "npm:^11.0.0"
postcss: "npm:^8.4.38"
postcss-modules: "npm:^6.0.0"
Expand Down Expand Up @@ -17938,12 +17959,12 @@ __metadata:
languageName: node
linkType: hard

"thread-stream@npm:^2.0.0":
version: 2.0.1
resolution: "thread-stream@npm:2.0.1"
"thread-stream@npm:^2.0.0, thread-stream@npm:^2.6.0":
version: 2.6.0
resolution: "thread-stream@npm:2.6.0"
dependencies:
real-require: "npm:^0.2.0"
checksum: 10c0/9523978137f1257b1ea388f45b8f5f7ee725917e4af6d6a9c03c7c57592584f784dc55b5544643bf5bd3122dbeb96700a58443ce3410106be8582e1722639456
checksum: 10c0/276e2545b33273232eb2c22c53fc11844951c1322f8a78c522477af716ebcfe0d106ccf1fbc455f6e48d928e93231fed6377ce91fdcb3885086e8ffa1f011c88
languageName: node
linkType: hard

Expand Down

0 comments on commit ea1fc42

Please sign in to comment.