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 Oct 15, 2024
1 parent f4c1c5c commit dccdcb0
Show file tree
Hide file tree
Showing 2 changed files with 56 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.4.0",
"node-cache": "^5.1.2",
"pino": "^8.21.0",
"pino": "^9.5.0",
"prom-client": "^15.1.3",
"punycode": "^2.3.1",
"rate-limiter-flexible": "^4.0.1",
Expand Down
57 changes: 55 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14713,6 +14713,15 @@ __metadata:
languageName: node
linkType: hard

"pino-abstract-transport@npm:^2.0.0":
version: 2.0.0
resolution: "pino-abstract-transport@npm:2.0.0"
dependencies:
split2: "npm:^4.0.0"
checksum: 10c0/02c05b8f2ffce0d7c774c8e588f61e8b77de8ccb5f8125afd4a7325c9ea0e6af7fb78168999657712ae843e4462bb70ac550dfd6284f930ee57f17f486f25a9f
languageName: node
linkType: hard

"pino-pretty@npm:^11.2.1":
version: 11.2.1
resolution: "pino-pretty@npm:11.2.1"
Expand Down Expand Up @@ -14744,7 +14753,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 @@ -14765,6 +14781,27 @@ __metadata:
languageName: node
linkType: hard

"pino@npm:^9.5.0":
version: 9.5.0
resolution: "pino@npm:9.5.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:^2.0.0"
pino-std-serializers: "npm:^7.0.0"
process-warning: "npm:^4.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/b06590c5f4da43df59905af1aac344432b43154c4c1569ebea168e7ae7fd0a4181ccabb769a6568cf3e781e1d1b9df13d65b3603e25ebb05539bcb02ea04215e
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 @@ -15050,6 +15087,13 @@ __metadata:
languageName: node
linkType: hard

"process-warning@npm:^4.0.0":
version: 4.0.0
resolution: "process-warning@npm:4.0.0"
checksum: 10c0/5312a72b69d37a1b82ad03f3dfa0090dab3804a8fd995d06c28e3c002852bd82f5584217d9f4a3f197892bb2afc22d57e2c662c7e906b5abb48c0380c7b0880d
languageName: node
linkType: hard

"process@npm:^0.11.10":
version: 0.11.10
resolution: "process@npm:0.11.10"
Expand Down Expand Up @@ -15889,7 +15933,7 @@ __metadata:
ky: "npm:^1.4.0"
node-cache: "npm:^5.1.2"
parcel: "npm:^2.7.0"
pino: "npm:^8.21.0"
pino: "npm:^9.5.0"
pino-pretty: "npm:^11.2.1"
postcss: "npm:^8.4.39"
postcss-modules: "npm:^6.0.0"
Expand Down Expand Up @@ -17085,6 +17129,15 @@ __metadata:
languageName: node
linkType: hard

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

"timsort@npm:^0.3.0":
version: 0.3.0
resolution: "timsort@npm:0.3.0"
Expand Down

0 comments on commit dccdcb0

Please sign in to comment.