Skip to content

Commit

Permalink
chore(deps): bump pino from 9.4.0 to 9.6.0
Browse files Browse the repository at this point in the history
Bumps [pino](https://github.com/pinojs/pino) from 9.4.0 to 9.6.0.
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](pinojs/pino@v9.4.0...v9.6.0)

---
updated-dependencies:
- dependency-name: pino
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and phantomjinx committed Feb 17, 2025
1 parent 366aaa9 commit 755384d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docker/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"jolokia.js": "^2.1.7",
"jwt-decode": "^4.0.0",
"method-override": "^3.0.0",
"pino": "^9.4.0",
"pino": "^9.6.0",
"pino-http": "^10.3.0",
"pino-pretty": "^11.2.2",
"ts-node": "^10.9.2",
Expand Down
21 changes: 15 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2053,7 +2053,7 @@ __metadata:
jolokia.js: "npm:^2.1.7"
jwt-decode: "npm:^4.0.0"
method-override: "npm:^3.0.0"
pino: "npm:^9.4.0"
pino: "npm:^9.6.0"
pino-http: "npm:^10.3.0"
pino-pretty: "npm:^11.2.2"
source-map-loader: "npm:^5.0.0"
Expand Down Expand Up @@ -12771,6 +12771,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: 10/e5699ecb06c7121055978e988e5cecea5b6892fc2589c64f1f86df5e7386bbbfd2ada268839e911b021c6b3123428aed7c6be3ac7940eee139556c75324c7e83
languageName: node
linkType: hard

"pino-http@npm:^10.3.0":
version: 10.3.0
resolution: "pino-http@npm:10.3.0"
Expand Down Expand Up @@ -12835,14 +12844,14 @@ __metadata:
languageName: node
linkType: hard

"pino@npm:^9.4.0":
version: 9.4.0
resolution: "pino@npm:9.4.0"
"pino@npm:^9.6.0":
version: 9.6.0
resolution: "pino@npm:9.6.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-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"
Expand All @@ -12852,7 +12861,7 @@ __metadata:
thread-stream: "npm:^3.0.0"
bin:
pino: bin.js
checksum: 10/1c730c216052bab277cab619da8fb9ef916fd29c7aee66e0a6e0c089cb41713df6a9071517755e3bef0ca3160629fd85d22c8f9d277e41ce332c91999e073146
checksum: 10/0a36125718dc2350bbaff243e4856108a80805dc1b305da1e246460cd22396d11a8b3a78b39b0b270cce4fb8ae6aa6e584f5387f6c2ee47348aae5db49d919e6
languageName: node
linkType: hard

Expand Down

0 comments on commit 755384d

Please sign in to comment.