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 May 13, 2024
1 parent ef92a35 commit 1cfb193
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 3 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.21.0",
"pino": "^9.1.0",
"prom-client": "^15.1.2",
"punycode": "^2.3.1",
"rate-limiter-flexible": "^4.0.1",
Expand Down
50 changes: 48 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15436,7 +15436,14 @@ __metadata:
languageName: node
linkType: hard

"pino@npm:^8.21.0, pino@npm:^8.5.0":
"pino-std-serializers@npm:^7.0.0":
version: 7.0.0
resolution: "pino-std-serializers@npm:7.0.0"
checksum: 10c0/73e694d542e8de94445a03a98396cf383306de41fd75ecc07085d57ed7a57896198508a0dec6eefad8d701044af21eb27253ccc352586a03cf0d4a0bd25b4133
languageName: node
linkType: hard

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

"pino@npm:^9.1.0":
version: 9.1.0
resolution: "pino@npm:9.1.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:^7.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:^4.0.1"
thread-stream: "npm:^3.0.0"
bin:
pino: bin.js
checksum: 10c0/d060530ae2e4e8f21d04bb0f44f009f94d207d7f4337f508f618416514214ddaf1b29f8c5c265153a19ce3b6480b451461f40020f916ace9d53a5aa07624b79c
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 @@ -16668,7 +16696,7 @@ __metadata:
ky: "npm:^1.2.4"
node-cache: "npm:^5.1.2"
parcel: "npm:^2.7.0"
pino: "npm:^8.21.0"
pino: "npm:^9.1.0"
pino-pretty: "npm:^11.0.0"
postcss: "npm:^8.4.38"
postcss-modules: "npm:^6.0.0"
Expand Down Expand Up @@ -17102,6 +17130,15 @@ __metadata:
languageName: node
linkType: hard

"sonic-boom@npm:^4.0.1":
version: 4.0.1
resolution: "sonic-boom@npm:4.0.1"
dependencies:
atomic-sleep: "npm:^1.0.0"
checksum: 10c0/7b467f2bc8af7ff60bf210382f21c59728cc4b769af9b62c31dd88723f5cc472752d2320736cc366acc7c765ddd5bec3072c033b0faf249923f576a7453ba9d3
languageName: node
linkType: hard

"source-map-js@npm:^1.0.1, source-map-js@npm:^1.2.0":
version: 1.2.0
resolution: "source-map-js@npm:1.2.0"
Expand Down Expand Up @@ -17882,6 +17919,15 @@ __metadata:
languageName: node
linkType: hard

"thread-stream@npm:^3.0.0":
version: 3.0.0
resolution: "thread-stream@npm:3.0.0"
dependencies:
real-require: "npm:^0.2.0"
checksum: 10c0/1f4da5a8c93b170cdc7c1ad774af49bb2af43f73cfd9a7f8fb02b766255b483eb6d0b734502c880397baa95c0ce3490088b9a487cff32d4e481aab6fe76560f5
languageName: node
linkType: hard

"through2@npm:^2.0.3":
version: 2.0.5
resolution: "through2@npm:2.0.5"
Expand Down

0 comments on commit 1cfb193

Please sign in to comment.