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 v9 #343

Merged
merged 1 commit into from
Jun 11, 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"fs-extra": "11.2.0",
"micromatch": "4.0.7",
"pino": "8.21.0",
"pino": "9.1.0",
"pino-pretty": "11.1.0",
"simple-git": "3.24.0",
"yargs": "17.7.2"
Expand Down
41 changes: 16 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7582,7 +7582,7 @@ __metadata:
husky: "npm:9.0.11"
lint-staged: "npm:15.2.5"
micromatch: "npm:4.0.7"
pino: "npm:8.21.0"
pino: "npm:9.1.0"
pino-pretty: "npm:11.1.0"
pinst: "npm:3.0.0"
prettier: "npm:3.3.1"
Expand Down Expand Up @@ -8006,31 +8006,31 @@ __metadata:
languageName: node
linkType: hard

"pino-std-serializers@npm:^6.0.0":
version: 6.2.2
resolution: "pino-std-serializers@npm:6.2.2"
checksum: 10c0/8f1c7f0f0d8f91e6c6b5b2a6bfb48f06441abeb85f1c2288319f736f9c6d814fbeebe928d2314efc2ba6018fa7db9357a105eca9fc99fc1f28945a8a8b28d3d5
"pino-std-serializers@npm:^7.0.0":
version: 7.0.0
resolution: "pino-std-serializers@npm:7.0.0"
checksum: 10c0/73e694d542e8de94445a03a98396cf383306de41fd75ecc07085d57ed7a57896198508a0dec6eefad8d701044af21eb27253ccc352586a03cf0d4a0bd25b4133
languageName: node
linkType: hard

"pino@npm:8.21.0":
version: 8.21.0
resolution: "pino@npm:8.21.0"
"pino@npm:9.1.0":
version: 9.1.0
resolution: "pino@npm:9.1.0"
dependencies:
atomic-sleep: "npm:^1.0.0"
fast-redact: "npm:^3.1.1"
on-exit-leak-free: "npm:^2.1.0"
pino-abstract-transport: "npm:^1.2.0"
pino-std-serializers: "npm:^6.0.0"
pino-std-serializers: "npm:^7.0.0"
process-warning: "npm:^3.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:^3.7.0"
thread-stream: "npm:^2.6.0"
sonic-boom: "npm:^4.0.1"
thread-stream: "npm:^3.0.0"
bin:
pino: bin.js
checksum: 10c0/9cf8b3e8741ecc42b56d07fbb3d09f48c96c07a9a6d7196b69a60b56109899f8a7dfa14d85787d165a1038b74c7ca18e76cecce7c26ec14e0f05c73008df7891
checksum: 10c0/d060530ae2e4e8f21d04bb0f44f009f94d207d7f4337f508f618416514214ddaf1b29f8c5c265153a19ce3b6480b451461f40020f916ace9d53a5aa07624b79c
languageName: node
linkType: hard

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

"sonic-boom@npm:^3.7.0":
version: 3.8.1
resolution: "sonic-boom@npm:3.8.1"
dependencies:
atomic-sleep: "npm:^1.0.0"
checksum: 10c0/9bf338f86147db50e116484f74f2e29a321a12733e0cefab3087c80dd32bf4df3d7407dbcafc13bc39ac269d9dd61dd6ef952354b9503392d4e1e7414f8e360e
languageName: node
linkType: hard

"sonic-boom@npm:^4.0.1":
version: 4.0.1
resolution: "sonic-boom@npm:4.0.1"
Expand Down Expand Up @@ -9658,12 +9649,12 @@ __metadata:
languageName: node
linkType: hard

"thread-stream@npm:^2.6.0":
version: 2.7.0
resolution: "thread-stream@npm:2.7.0"
"thread-stream@npm:^3.0.0":
version: 3.0.2
resolution: "thread-stream@npm:3.0.2"
dependencies:
real-require: "npm:^0.2.0"
checksum: 10c0/d45f0cd1d7cea3986594d9c46ecc89c6912d1b44de80dfb718de4422658f4bc996b1cc8e3461bce2d3410899762a72c44daf48f7a943b6c6801a7b348d1c3b7c
checksum: 10c0/12b797b38eafdb480ed8931b288c0ad1833a7d2d18b5aeba955ffbe054c53681f19b46b299f2c24d86fd52f786850586d864a4bb025d22155c273c9e5296a1ed
languageName: node
linkType: hard

Expand Down