Skip to content
Open
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/libs/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"prepack": "[ \"${SKIP_PREPACK:-}\" = \"true\" ] && exit 0 || yarn build"
},
"dependencies": {
"pino": "^10.1.0",
"pino": "^10.3.1",
"pino-pretty": "^13.1.3"
},
"devDependencies": {
Expand Down
23 changes: 16 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5147,7 +5147,7 @@ __metadata:
eslint-plugin-import: "npm:^2.32.0"
eslint-plugin-prettier: "npm:^5.5.5"
globals: "npm:^16.3.0"
pino: "npm:^10.1.0"
pino: "npm:^10.3.1"
pino-pretty: "npm:^13.1.3"
prettier: "npm:^3.8.1"
ts-node: "npm:^10.9.2"
Expand Down Expand Up @@ -26323,24 +26323,24 @@ __metadata:
languageName: node
linkType: hard

"pino@npm:^10.1.0":
version: 10.1.0
resolution: "pino@npm:10.1.0"
"pino@npm:^10.3.1":
version: 10.3.1
resolution: "pino@npm:10.3.1"
dependencies:
"@pinojs/redact": "npm:^0.4.0"
atomic-sleep: "npm:^1.0.0"
on-exit-leak-free: "npm:^2.1.0"
pino-abstract-transport: "npm:^2.0.0"
pino-abstract-transport: "npm:^3.0.0"
pino-std-serializers: "npm:^7.0.0"
process-warning: "npm:^5.0.0"
quick-format-unescaped: "npm:^4.0.3"
real-require: "npm:^0.2.0"
safe-stable-stringify: "npm:^2.3.1"
sonic-boom: "npm:^4.0.1"
thread-stream: "npm:^3.0.0"
thread-stream: "npm:^4.0.0"
bin:
pino: bin.js
checksum: 10c0/49c1dd80d5f99f02bde1acf2f60cef7686948a937f751f6cb368c2868c7e82e54aeabac63a34587e16019965cbf0eb6e609edf92c439a98a0a4fcb0add277eaf
checksum: 10c0/ae1c57f2baac85dd5d63a3500746d5ea1cfc4bfcbf356eaec94d42a782eeb80caa4d4614de43a036cf48e2aed46d855a7ff21b126f55a63811def52a894ef937
languageName: node
linkType: hard

Expand Down Expand Up @@ -29773,6 +29773,15 @@ __metadata:
languageName: node
linkType: hard

"thread-stream@npm:^4.0.0":
version: 4.0.0
resolution: "thread-stream@npm:4.0.0"
dependencies:
real-require: "npm:^0.2.0"
checksum: 10c0/f0a47a673af574062df20140ec3e857d679365253fcaa98a76c167c9a053ee03291f4b25bd89b078c7f6a48f07f49d5a49e4f5598bb1c8a263ec15955a018fbd
languageName: node
linkType: hard

"through2@npm:^4.0.0, through2@npm:^4.0.2":
version: 4.0.2
resolution: "through2@npm:4.0.2"
Expand Down
Loading