Skip to content

Commit 80aeb9a

Browse files
build(deps): bump pino from 7.9.1 to 7.11.0 (#48)
Bumps [pino](https://github.com/pinojs/pino) from 7.9.1 to 7.11.0. - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](pinojs/pino@v7.9.1...v7.11.0) --- updated-dependencies: - dependency-name: pino dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e81d8a4 commit 80aeb9a

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"fastify-server-session": "5.0.1",
3232
"fastify-swagger": "5.1.0",
3333
"got": "11.8.3",
34-
"pino": "7.9.1",
34+
"pino": "7.11.0",
3535
"uuid": "8.3.2"
3636
},
3737
"devDependencies": {

yarn.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3571,11 +3571,12 @@ pino-std-serializers@^4.0.0:
35713571
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-4.0.0.tgz#1791ccd2539c091ae49ce9993205e2cd5dbba1e2"
35723572
integrity sha512-cK0pekc1Kjy5w9V2/n+8MkZwusa6EyyxfeQCB799CQRhRt/CqYKiWs5adeu8Shve2ZNffvfC/7J64A2PJo1W/Q==
35733573

3574-
pino@7.9.1:
3575-
version "7.9.1"
3576-
resolved "https://registry.yarnpkg.com/pino/-/pino-7.9.1.tgz#7e6f401cac6e80b4eaee908ab90a05e48455cec2"
3577-
integrity sha512-28+D7c5orCoScdcWtiPXrCA9tdVosBWrYQgVtPdYTyiuTt6u/+rbEtpJR+dtVG8k1flhv0H2f0XSkgGm+TdjqQ==
3574+
pino@7.11.0:
3575+
version "7.11.0"
3576+
resolved "https://registry.yarnpkg.com/pino/-/pino-7.11.0.tgz#0f0ea5c4683dc91388081d44bff10c83125066f6"
3577+
integrity sha512-dMACeu63HtRLmCG8VKdy4cShCPKaYDR4youZqoSWLxl5Gu99HUw8bw75thbPv9Nip+H+QYX8o3ZJbTdVZZ2TVg==
35783578
dependencies:
3579+
atomic-sleep "^1.0.0"
35793580
fast-redact "^3.0.0"
35803581
on-exit-leak-free "^0.2.0"
35813582
pino-abstract-transport v0.5.0
@@ -3585,7 +3586,7 @@ [email protected]:
35853586
real-require "^0.1.0"
35863587
safe-stable-stringify "^2.1.0"
35873588
sonic-boom "^2.2.1"
3588-
thread-stream "^0.13.0"
3589+
thread-stream "^0.15.1"
35893590

35903591
pino@^6.13.0:
35913592
version "6.13.0"
@@ -4325,10 +4326,10 @@ text-table@^0.2.0:
43254326
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
43264327
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
43274328

4328-
thread-stream@^0.13.0:
4329-
version "0.13.2"
4330-
resolved "https://registry.yarnpkg.com/thread-stream/-/thread-stream-0.13.2.tgz#de8ea87584baee625c631947ec73494aa86131c8"
4331-
integrity sha512-woZFt0cLFkPdhsa+IGpRo1jiSouaHxMIljzTgt30CMjBWoUYbbcHqnunW5Yv+BXko9H05MVIcxMipI3Jblallw==
4329+
thread-stream@^0.15.1:
4330+
version "0.15.2"
4331+
resolved "https://registry.yarnpkg.com/thread-stream/-/thread-stream-0.15.2.tgz#fb95ad87d2f1e28f07116eb23d85aba3bc0425f4"
4332+
integrity sha512-UkEhKIg2pD+fjkHQKyJO3yoIvAP3N6RlNFt2dUhcS1FGvCD1cQa1M/PGknCLFIyZdtJOWQjejp7bdNqmN7zwdA==
43324333
dependencies:
43334334
real-require "^0.1.0"
43344335

0 commit comments

Comments
 (0)