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.11.0 #7703

Merged
merged 2 commits into from
Mar 1, 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.10.0",
"pino": "8.11.0",
"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 @@ -6339,7 +6339,7 @@ __metadata:
jsonwebtoken: 9.0.0
memjs: 1.3.0
pascalcase: 1.0.0
pino: 8.10.0
pino: 8.11.0
redis: 4.6.4
split2: 4.1.0
title-case: 3.0.3
Expand Down Expand Up @@ -25511,9 +25511,9 @@ __metadata:
languageName: node
linkType: hard

"pino@npm:8.10.0, pino@npm:^8.5.0":
version: 8.10.0
resolution: "pino@npm:8.10.0"
"pino@npm:8.11.0, pino@npm:^8.5.0":
version: 8.11.0
resolution: "pino@npm:8.11.0"
dependencies:
atomic-sleep: ^1.0.0
fast-redact: ^3.1.1
Expand All @@ -25528,7 +25528,7 @@ __metadata:
thread-stream: ^2.0.0
bin:
pino: bin.js
checksum: cc7e908a8367756ead1c0078e659c8eb8db150194173c7e7f8a62deb09bd115606c886f1f22fbac7e65b236a72a418572f5a93138ae0dbf4455051e2b467fd34
checksum: 456694c935008b0ad3df75991a3b494c0325806cb5378ef672828554e67e5bcedc7a8fbfc3e513d098e585e1c6f7489415eaa9d7b9a95453278bfe2ce5f68bc6
languageName: node
linkType: hard

Expand Down