Skip to content

Commit 463dccb

Browse files
committed
Update dependency pino to ^7.6.5
1 parent 5e2bfe0 commit 463dccb

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
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.5",
88
"pino-pretty": "^7.2.0",
99
"winston": "^3.3.3"
1010
}

yarn.lock

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2015,11 +2015,6 @@ fast-safe-stringify@^2.0.7:
20152015
resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884"
20162016
integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
20172017

2018-
fastify-warning@^0.2.0:
2019-
version "0.2.0"
2020-
resolved "https://registry.yarnpkg.com/fastify-warning/-/fastify-warning-0.2.0.tgz#e717776026a4493dc9a2befa44db6d17f618008f"
2021-
integrity sha512-s1EQguBw/9qtc1p/WTY4eq9WMRIACkj+HTcOIK1in4MV5aFaQC9ZCIt0dJ7pr5bIf4lPpHvAtP2ywpTNgs7hqw==
2022-
20232018
fastq@^1.6.0:
20242019
version "1.13.0"
20252020
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.13.0.tgz#616760f88a7526bdfc596b7cab8c18938c36b98c"
@@ -2171,7 +2166,7 @@ gensync@^1.0.0-beta.2:
21712166
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
21722167
integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==
21732168

2174-
get-caller-file@^2.0.1, get-caller-file@^2.0.5:
2169+
get-caller-file@^2.0.1:
21752170
version "2.0.5"
21762171
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
21772172
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
@@ -3583,17 +3578,16 @@ pino-std-serializers@^4.0.0:
35833578
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-4.0.0.tgz#1791ccd2539c091ae49ce9993205e2cd5dbba1e2"
35843579
integrity sha512-cK0pekc1Kjy5w9V2/n+8MkZwusa6EyyxfeQCB799CQRhRt/CqYKiWs5adeu8Shve2ZNffvfC/7J64A2PJo1W/Q==
35853580

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==
3581+
pino@^7.6.5:
3582+
version "7.6.5"
3583+
resolved "https://registry.yarnpkg.com/pino/-/pino-7.6.5.tgz#a8bf9bfacbbcb78b4fe34f9378c29ef229b07b5d"
3584+
integrity sha512-38tAwlJ7HevMENHD5FZE+yxSlAH5Wg3FoOjbB3MX2j3/kgpOEkmDHhTVKkecR57qxD5doHo2yi9nac94gqqbiQ==
35903585
dependencies:
35913586
fast-redact "^3.0.0"
3592-
fastify-warning "^0.2.0"
3593-
get-caller-file "^2.0.5"
35943587
on-exit-leak-free "^0.2.0"
35953588
pino-abstract-transport v0.5.0
35963589
pino-std-serializers "^4.0.0"
3590+
process-warning "^1.0.0"
35973591
quick-format-unescaped "^4.0.3"
35983592
real-require "^0.1.0"
35993593
safe-stable-stringify "^2.1.0"
@@ -3667,6 +3661,11 @@ process-nextick-args@~2.0.0:
36673661
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
36683662
integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==
36693663

3664+
process-warning@^1.0.0:
3665+
version "1.0.0"
3666+
resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-1.0.0.tgz#980a0b25dc38cd6034181be4b7726d89066b4616"
3667+
integrity sha512-du4wfLyj4yCZq1VupnVSZmRsPJsNuxoDQFdCFHLaYiEbFBD7QE0a+I4D7hOxrVnh78QE/YipFAj9lXHiXocV+Q==
3668+
36703669
progress@^2.0.0:
36713670
version "2.0.3"
36723671
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"

0 commit comments

Comments
 (0)