Skip to content

Commit 3b020bc

Browse files
renovate[bot]Josh-Walker-GM
authored andcommitted
fix(deps): update dependency pino to v8.21.0 (#10604)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pino](https://getpino.io) ([source](https://togithub.com/pinojs/pino)) | [`8.19.0` -> `8.21.0`](https://renovatebot.com/diffs/npm/pino/8.19.0/8.21.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pino/8.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pino/8.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pino/8.19.0/8.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pino/8.19.0/8.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pinojs/pino (pino)</summary> ### [`v8.21.0`](https://togithub.com/pinojs/pino/releases/tag/v8.21.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v8.20.0...v8.21.0) #### What's Changed - docs: add a section about pino-logfmt [#&#8203;1879](https://togithub.com/pinojs/pino/issues/1879) by [@&#8203;botflux](https://togithub.com/botflux) in [https://github.com/pinojs/pino/pull/1941](https://togithub.com/pinojs/pino/pull/1941) - Docs: Separate ecosystem lists by [@&#8203;EstebanDalelR](https://togithub.com/EstebanDalelR) in [https://github.com/pinojs/pino/pull/1942](https://togithub.com/pinojs/pino/pull/1942) - feat: send config to transports on init by [@&#8203;10xLaCroixDrinker](https://togithub.com/10xLaCroixDrinker) in [https://github.com/pinojs/pino/pull/1930](https://togithub.com/pinojs/pino/pull/1930) #### New Contributors - [@&#8203;botflux](https://togithub.com/botflux) made their first contribution in [https://github.com/pinojs/pino/pull/1941](https://togithub.com/pinojs/pino/pull/1941) - [@&#8203;EstebanDalelR](https://togithub.com/EstebanDalelR) made their first contribution in [https://github.com/pinojs/pino/pull/1942](https://togithub.com/pinojs/pino/pull/1942) **Full Changelog**: pinojs/pino@v8.20.0...v8.21.0 ### [`v8.20.0`](https://togithub.com/pinojs/pino/compare/v8.19.0...v8.20.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v8.19.0...v8.20.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/redwoodjs/redwood). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 28172e6 commit 3b020bc

File tree

2 files changed

+23
-13
lines changed

2 files changed

+23
-13
lines changed

packages/api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"humanize-string": "2.1.0",
4040
"jsonwebtoken": "9.0.2",
4141
"pascalcase": "1.0.0",
42-
"pino": "8.19.0",
42+
"pino": "8.21.0",
4343
"title-case": "3.0.3"
4444
},
4545
"devDependencies": {

yarn.lock

+22-12
Original file line numberDiff line numberDiff line change
@@ -7708,7 +7708,7 @@ __metadata:
77087708
jsonwebtoken: "npm:9.0.2"
77097709
memjs: "npm:1.3.2"
77107710
pascalcase: "npm:1.0.0"
7711-
pino: "npm:8.19.0"
7711+
pino: "npm:8.21.0"
77127712
redis: "npm:4.6.7"
77137713
split2: "npm:4.2.0"
77147714
title-case: "npm:3.0.3"
@@ -27484,7 +27484,7 @@ __metadata:
2748427484
languageName: node
2748527485
linkType: hard
2748627486

27487-
"pino-abstract-transport@npm:1.1.0, pino-abstract-transport@npm:v1.1.0":
27487+
"pino-abstract-transport@npm:1.1.0":
2748827488
version: 1.1.0
2748927489
resolution: "pino-abstract-transport@npm:1.1.0"
2749027490
dependencies:
@@ -27494,31 +27494,41 @@ __metadata:
2749427494
languageName: node
2749527495
linkType: hard
2749627496

27497+
"pino-abstract-transport@npm:^1.2.0":
27498+
version: 1.2.0
27499+
resolution: "pino-abstract-transport@npm:1.2.0"
27500+
dependencies:
27501+
readable-stream: "npm:^4.0.0"
27502+
split2: "npm:^4.0.0"
27503+
checksum: 10c0/b4ab59529b7a91f488440147fc58ee0827a6c1c5ca3627292339354b1381072c1a6bfa9b46d03ad27872589e8477ecf74da12cf286e1e6b665ac64a3b806bf07
27504+
languageName: node
27505+
linkType: hard
27506+
2749727507
"pino-std-serializers@npm:^6.0.0":
2749827508
version: 6.2.2
2749927509
resolution: "pino-std-serializers@npm:6.2.2"
2750027510
checksum: 10c0/8f1c7f0f0d8f91e6c6b5b2a6bfb48f06441abeb85f1c2288319f736f9c6d814fbeebe928d2314efc2ba6018fa7db9357a105eca9fc99fc1f28945a8a8b28d3d5
2750127511
languageName: node
2750227512
linkType: hard
2750327513

27504-
"pino@npm:8.19.0, pino@npm:^8.17.0":
27505-
version: 8.19.0
27506-
resolution: "pino@npm:8.19.0"
27514+
"pino@npm:8.21.0, pino@npm:^8.17.0":
27515+
version: 8.21.0
27516+
resolution: "pino@npm:8.21.0"
2750727517
dependencies:
2750827518
atomic-sleep: "npm:^1.0.0"
2750927519
fast-redact: "npm:^3.1.1"
2751027520
on-exit-leak-free: "npm:^2.1.0"
27511-
pino-abstract-transport: "npm:v1.1.0"
27521+
pino-abstract-transport: "npm:^1.2.0"
2751227522
pino-std-serializers: "npm:^6.0.0"
2751327523
process-warning: "npm:^3.0.0"
2751427524
quick-format-unescaped: "npm:^4.0.3"
2751527525
real-require: "npm:^0.2.0"
2751627526
safe-stable-stringify: "npm:^2.3.1"
2751727527
sonic-boom: "npm:^3.7.0"
27518-
thread-stream: "npm:^2.0.0"
27528+
thread-stream: "npm:^2.6.0"
2751927529
bin:
2752027530
pino: bin.js
27521-
checksum: 10c0/53e6e9db91e451163e93294b0a7c5c8135742d58909dfc4a6fa1afc155b2b0dc44448ec3d057e08351951f9a3ea67e6ea8e72e952b64a1d889f4d5376cbd1a5d
27531+
checksum: 10c0/9cf8b3e8741ecc42b56d07fbb3d09f48c96c07a9a6d7196b69a60b56109899f8a7dfa14d85787d165a1038b74c7ca18e76cecce7c26ec14e0f05c73008df7891
2752227532
languageName: node
2752327533
linkType: hard
2752427534

@@ -31805,12 +31815,12 @@ __metadata:
3180531815
languageName: node
3180631816
linkType: hard
3180731817

31808-
"thread-stream@npm:^2.0.0":
31809-
version: 2.3.0
31810-
resolution: "thread-stream@npm:2.3.0"
31818+
"thread-stream@npm:^2.6.0":
31819+
version: 2.7.0
31820+
resolution: "thread-stream@npm:2.7.0"
3181131821
dependencies:
3181231822
real-require: "npm:^0.2.0"
31813-
checksum: 10c0/06f60892adab3f3b5b8930857a0049d29b89cbb95581b079274c87ee0aea718d12d8d56e8ad3aafa5ded3321aaf51a4e1b1ce70340d650fbfa1cdd6d0d399bc2
31823+
checksum: 10c0/d45f0cd1d7cea3986594d9c46ecc89c6912d1b44de80dfb718de4422658f4bc996b1cc8e3461bce2d3410899762a72c44daf48f7a943b6c6801a7b348d1c3b7c
3181431824
languageName: node
3181531825
linkType: hard
3181631826

0 commit comments

Comments
 (0)