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.12.1 #8208

Merged
merged 2 commits into from
May 4, 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.12.0",
"pino": "8.12.1",
"title-case": "3.0.3"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6443,7 +6443,7 @@ __metadata:
jsonwebtoken: 9.0.0
memjs: 1.3.1
pascalcase: 1.0.0
pino: 8.12.0
pino: 8.12.1
redis: 4.6.6
split2: 4.2.0
title-case: 3.0.3
Expand Down Expand Up @@ -25935,9 +25935,9 @@ __metadata:
languageName: node
linkType: hard

"pino@npm:8.12.0, pino@npm:^8.5.0":
version: 8.12.0
resolution: "pino@npm:8.12.0"
"pino@npm:8.12.1, pino@npm:^8.5.0":
version: 8.12.1
resolution: "pino@npm:8.12.1"
dependencies:
atomic-sleep: ^1.0.0
fast-redact: ^3.1.1
Expand All @@ -25952,7 +25952,7 @@ __metadata:
thread-stream: ^2.0.0
bin:
pino: bin.js
checksum: 7d468f84703a714c4999f56c8d2a4a425fba8ec47a0a349277d83d6ca1cb5917e250f58820e9e004730e5512c76cd20173154fb58ad91256a0180c6d2e599e37
checksum: dc44b471e38590552c1bba36a9344b36a84d65408563d47a07add1ae8cd1528ce81b3159d88b9837bd94d86a42f76a62de5a674082c71ece25cf47fc9e74b17e
languageName: node
linkType: hard

Expand Down