Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency pino to v8.15.1 #9146

Merged
merged 2 commits into from
Sep 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"humanize-string": "2.1.0",
"jsonwebtoken": "9.0.0",
"pascalcase": "1.0.0",
"pino": "8.15.0",
"pino": "8.15.1",
"title-case": "3.0.3"
},
"devDependencies": {
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7807,7 +7807,7 @@ __metadata:
jsonwebtoken: 9.0.0
memjs: 1.3.1
pascalcase: 1.0.0
pino: 8.15.0
pino: 8.15.1
redis: 4.6.7
split2: 4.2.0
title-case: 3.0.3
Expand Down Expand Up @@ -28635,13 +28635,13 @@ __metadata:
languageName: node
linkType: hard

"pino-abstract-transport@npm:v1.0.0":
version: 1.0.0
resolution: "pino-abstract-transport@npm:1.0.0"
"pino-abstract-transport@npm:v1.1.0":
version: 1.1.0
resolution: "pino-abstract-transport@npm:1.1.0"
dependencies:
readable-stream: ^4.0.0
split2: ^4.0.0
checksum: c7a68e4f77f47565d39fdc33ba23f388ad2594b26a12ccce3060fef833cd7803db73a0c6e4fa7129616f22eb762119ed6107450e0f8ca1e3745d4993017725f7
checksum: 6e9b9d5a2c0a37f91ecaf224d335daae1ae682b1c79a05b06ef9e0f0a5d289f8e597992217efc857796dae6f1067e9b4882f95c6228ff433ddc153532cae8aca
languageName: node
linkType: hard

Expand All @@ -28652,14 +28652,14 @@ __metadata:
languageName: node
linkType: hard

"pino@npm:8.15.0, pino@npm:^8.12.0":
version: 8.15.0
resolution: "pino@npm:8.15.0"
"pino@npm:8.15.1, pino@npm:^8.12.0":
version: 8.15.1
resolution: "pino@npm:8.15.1"
dependencies:
atomic-sleep: ^1.0.0
fast-redact: ^3.1.1
on-exit-leak-free: ^2.1.0
pino-abstract-transport: v1.0.0
pino-abstract-transport: v1.1.0
pino-std-serializers: ^6.0.0
process-warning: ^2.0.0
quick-format-unescaped: ^4.0.3
Expand All @@ -28669,7 +28669,7 @@ __metadata:
thread-stream: ^2.0.0
bin:
pino: bin.js
checksum: 0288488d0426b68d1e3a7e0f11eda6b3e8e4d7cd9f8aa6e090afe03e604fa5039be62397528d78d6f30735e6416a54b4e07881107ef80c125076191399283688
checksum: d2a5392da372d279f2ff0465d6a6f2033303d7cf8d2020938ae5e00e750a006388148edb8bad2c3f41227e365c3b179fb692d220566fe79e32ac5ed051bd4183
languageName: node
linkType: hard

Expand Down
Loading