Skip to content

Commit 876294a

Browse files
fix(deps): update dependency pino to ^8.21.0
1 parent e65030e commit 876294a

File tree

2 files changed

+49
-2
lines changed

2 files changed

+49
-2
lines changed

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"fastify": "^4.24.3",
3131
"fastify-plugin": "^4.5.1",
3232
"pg": "^8.11.3",
33-
"pino": "^8.16.0",
33+
"pino": "^8.21.0",
3434
"pino-pretty": "^10.2.3",
3535
"sequelize": "^6.33.0"
3636
},

yarn.lock

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1922,7 +1922,7 @@ __metadata:
19221922
fastify-plugin: ^4.5.1
19231923
nodemon: ^3.0.1
19241924
pg: ^8.11.3
1925-
pino: ^8.16.0
1925+
pino: ^8.21.0
19261926
pino-pretty: ^10.2.3
19271927
sequelize: ^6.33.0
19281928
sequelize-cli: ^6.6.1
@@ -8211,6 +8211,16 @@ __metadata:
82118211
languageName: node
82128212
linkType: hard
82138213

8214+
"pino-abstract-transport@npm:^1.2.0":
8215+
version: 1.2.0
8216+
resolution: "pino-abstract-transport@npm:1.2.0"
8217+
dependencies:
8218+
readable-stream: ^4.0.0
8219+
split2: ^4.0.0
8220+
checksum: 3336c51fb91ced5ef8a4bfd70a96e41eb6deb905698e83350dc71eedffb34795db1286d2d992ce1da2f6cd330a68be3f7e2748775a6b8a2ee3416796070238d6
8221+
languageName: node
8222+
linkType: hard
8223+
82148224
"pino-pretty@npm:^10.2.3":
82158225
version: 10.2.3
82168226
resolution: "pino-pretty@npm:10.2.3"
@@ -8263,6 +8273,27 @@ __metadata:
82638273
languageName: node
82648274
linkType: hard
82658275

8276+
"pino@npm:^8.21.0":
8277+
version: 8.21.0
8278+
resolution: "pino@npm:8.21.0"
8279+
dependencies:
8280+
atomic-sleep: ^1.0.0
8281+
fast-redact: ^3.1.1
8282+
on-exit-leak-free: ^2.1.0
8283+
pino-abstract-transport: ^1.2.0
8284+
pino-std-serializers: ^6.0.0
8285+
process-warning: ^3.0.0
8286+
quick-format-unescaped: ^4.0.3
8287+
real-require: ^0.2.0
8288+
safe-stable-stringify: ^2.3.1
8289+
sonic-boom: ^3.7.0
8290+
thread-stream: ^2.6.0
8291+
bin:
8292+
pino: bin.js
8293+
checksum: d895c37cfcb7ade33ad7ac4ca54c0497ab719ec726e42b7c7b9697e07572a09a7c7de18d751440769c3ea5ecbac2075fdac720cf182720a4764defe3de8a1411
8294+
languageName: node
8295+
linkType: hard
8296+
82668297
"pirates@npm:^4.0.4":
82678298
version: 4.0.5
82688299
resolution: "pirates@npm:4.0.5"
@@ -8370,6 +8401,13 @@ __metadata:
83708401
languageName: node
83718402
linkType: hard
83728403

8404+
"process-warning@npm:^3.0.0":
8405+
version: 3.0.0
8406+
resolution: "process-warning@npm:3.0.0"
8407+
checksum: 1fc2eb4524041de3c18423334cc8b4e36bec5ad5472640ca1a936122c6e01da0864c1a4025858ef89aea93eabe7e77db93ccea225b10858617821cb6a8719efe
8408+
languageName: node
8409+
linkType: hard
8410+
83738411
"process@npm:^0.11.10":
83748412
version: 0.11.10
83758413
resolution: "process@npm:0.11.10"
@@ -9682,6 +9720,15 @@ __metadata:
96829720
languageName: node
96839721
linkType: hard
96849722

9723+
"thread-stream@npm:^2.6.0":
9724+
version: 2.7.0
9725+
resolution: "thread-stream@npm:2.7.0"
9726+
dependencies:
9727+
real-require: ^0.2.0
9728+
checksum: 75ab019cda628344c7779e5f5a88f7759764efd29d320327ad2e6c2622778b5f1c43a3966d76a9ee5744086d61c680b413548f5521030f9e9055487684436165
9729+
languageName: node
9730+
linkType: hard
9731+
96859732
"through2@npm:^4.0.0":
96869733
version: 4.0.2
96879734
resolution: "through2@npm:4.0.2"

0 commit comments

Comments
 (0)