Skip to content

Commit 6a912e5

Browse files
committed
Update dependency pino to ^7.6.1
1 parent 5e2bfe0 commit 6a912e5

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

bench/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.0",
55
"type": "module",
66
"dependencies": {
7-
"pino": "^7.5.1",
7+
"pino": "^7.6.1",
88
"pino-pretty": "^7.2.0",
99
"winston": "^3.3.3"
1010
}

yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2171,7 +2171,7 @@ gensync@^1.0.0-beta.2:
21712171
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
21722172
integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==
21732173

2174-
get-caller-file@^2.0.1, get-caller-file@^2.0.5:
2174+
get-caller-file@^2.0.1:
21752175
version "2.0.5"
21762176
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
21772177
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
@@ -3583,14 +3583,13 @@ pino-std-serializers@^4.0.0:
35833583
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-4.0.0.tgz#1791ccd2539c091ae49ce9993205e2cd5dbba1e2"
35843584
integrity sha512-cK0pekc1Kjy5w9V2/n+8MkZwusa6EyyxfeQCB799CQRhRt/CqYKiWs5adeu8Shve2ZNffvfC/7J64A2PJo1W/Q==
35853585

3586-
pino@^7.5.1:
3587-
version "7.5.1"
3588-
resolved "https://registry.yarnpkg.com/pino/-/pino-7.5.1.tgz#6e4cd3389e9365caf64039d4b83dcfa84ed43fee"
3589-
integrity sha512-Wzo2G7CLaRHKOz3+Ex006LC5Xi0xEUm+mwm/h0NKzuKZONdekcbmjXg7vWDoO8hVTGX+1RuUy2fwlzvZ24EI5A==
3586+
pino@^7.6.1:
3587+
version "7.6.1"
3588+
resolved "https://registry.yarnpkg.com/pino/-/pino-7.6.1.tgz#351fb705a86ccd68c873254762db6caab1d11037"
3589+
integrity sha512-elKmRwO2h3kamfFZmlBNgoZ8WKhKxbPuYOGXKEsPbIXqHnBU1M1haswvsUP9/iJ56Jo7vkqTu1RiU/r5Xtl8YA==
35903590
dependencies:
35913591
fast-redact "^3.0.0"
35923592
fastify-warning "^0.2.0"
3593-
get-caller-file "^2.0.5"
35943593
on-exit-leak-free "^0.2.0"
35953594
pino-abstract-transport v0.5.0
35963595
pino-std-serializers "^4.0.0"

0 commit comments

Comments
 (0)