Skip to content
New issue

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

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

Already on GitHub? # to your account

fix(deps): update dependency pino to v9.4.0 #11494

Merged
merged 1 commit into from
Sep 9, 2024
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 @@ -56,7 +56,7 @@
"humanize-string": "2.1.0",
"jsonwebtoken": "9.0.2",
"pascalcase": "1.0.0",
"pino": "9.3.2",
"pino": "9.4.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 @@ -7282,7 +7282,7 @@ __metadata:
jsonwebtoken: "npm:9.0.2"
memjs: "npm:1.3.2"
pascalcase: "npm:1.0.0"
pino: "npm:9.3.2"
pino: "npm:9.4.0"
publint: "npm:0.2.10"
redis: "npm:4.7.0"
split2: "npm:4.2.0"
Expand Down Expand Up @@ -24773,9 +24773,9 @@ __metadata:
languageName: node
linkType: hard

"pino@npm:9.3.2, pino@npm:^9.0.0":
version: 9.3.2
resolution: "pino@npm:9.3.2"
"pino@npm:9.4.0, pino@npm:^9.0.0":
version: 9.4.0
resolution: "pino@npm:9.4.0"
dependencies:
atomic-sleep: "npm:^1.0.0"
fast-redact: "npm:^3.1.1"
Expand All @@ -24790,7 +24790,7 @@ __metadata:
thread-stream: "npm:^3.0.0"
bin:
pino: bin.js
checksum: 10c0/698eb2ebfcc4252da9d035fcf9c999bf27615b66ebc47f9b3d7e942750e50ebe38429e6457abcf8014d70125964ddf114e696cb8225b480d9930271708e3fb52
checksum: 10c0/12a3d74968964d92b18ca7d6095a3c5b86478dc22264a37486d64e102085ed08820fcbe75e640acc3542fdf2937a34e5050b624f98e6ac62dd10f5e1328058a2
languageName: node
linkType: hard

Expand Down
Loading