Skip to content

Commit fe48bea

Browse files
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 b442d08 commit fe48bea

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
@@ -7568,7 +7568,7 @@ __metadata:
75687568
jsonwebtoken: "npm:9.0.2"
75697569
memjs: "npm:1.3.2"
75707570
pascalcase: "npm:1.0.0"
7571-
pino: "npm:8.19.0"
7571+
pino: "npm:8.21.0"
75727572
redis: "npm:4.6.7"
75737573
split2: "npm:4.2.0"
75747574
title-case: "npm:3.0.3"
@@ -25879,7 +25879,7 @@ __metadata:
2587925879
languageName: node
2588025880
linkType: hard
2588125881

25882-
"pino-abstract-transport@npm:1.1.0, pino-abstract-transport@npm:v1.1.0":
25882+
"pino-abstract-transport@npm:1.1.0":
2588325883
version: 1.1.0
2588425884
resolution: "pino-abstract-transport@npm:1.1.0"
2588525885
dependencies:
@@ -25889,31 +25889,41 @@ __metadata:
2588925889
languageName: node
2589025890
linkType: hard
2589125891

25892+
"pino-abstract-transport@npm:^1.2.0":
25893+
version: 1.2.0
25894+
resolution: "pino-abstract-transport@npm:1.2.0"
25895+
dependencies:
25896+
readable-stream: "npm:^4.0.0"
25897+
split2: "npm:^4.0.0"
25898+
checksum: 10c0/b4ab59529b7a91f488440147fc58ee0827a6c1c5ca3627292339354b1381072c1a6bfa9b46d03ad27872589e8477ecf74da12cf286e1e6b665ac64a3b806bf07
25899+
languageName: node
25900+
linkType: hard
25901+
2589225902
"pino-std-serializers@npm:^6.0.0":
2589325903
version: 6.2.2
2589425904
resolution: "pino-std-serializers@npm:6.2.2"
2589525905
checksum: 10c0/8f1c7f0f0d8f91e6c6b5b2a6bfb48f06441abeb85f1c2288319f736f9c6d814fbeebe928d2314efc2ba6018fa7db9357a105eca9fc99fc1f28945a8a8b28d3d5
2589625906
languageName: node
2589725907
linkType: hard
2589825908

25899-
"pino@npm:8.19.0, pino@npm:^8.17.0":
25900-
version: 8.19.0
25901-
resolution: "pino@npm:8.19.0"
25909+
"pino@npm:8.21.0, pino@npm:^8.17.0":
25910+
version: 8.21.0
25911+
resolution: "pino@npm:8.21.0"
2590225912
dependencies:
2590325913
atomic-sleep: "npm:^1.0.0"
2590425914
fast-redact: "npm:^3.1.1"
2590525915
on-exit-leak-free: "npm:^2.1.0"
25906-
pino-abstract-transport: "npm:v1.1.0"
25916+
pino-abstract-transport: "npm:^1.2.0"
2590725917
pino-std-serializers: "npm:^6.0.0"
2590825918
process-warning: "npm:^3.0.0"
2590925919
quick-format-unescaped: "npm:^4.0.3"
2591025920
real-require: "npm:^0.2.0"
2591125921
safe-stable-stringify: "npm:^2.3.1"
2591225922
sonic-boom: "npm:^3.7.0"
25913-
thread-stream: "npm:^2.0.0"
25923+
thread-stream: "npm:^2.6.0"
2591425924
bin:
2591525925
pino: bin.js
25916-
checksum: 10c0/53e6e9db91e451163e93294b0a7c5c8135742d58909dfc4a6fa1afc155b2b0dc44448ec3d057e08351951f9a3ea67e6ea8e72e952b64a1d889f4d5376cbd1a5d
25926+
checksum: 10c0/9cf8b3e8741ecc42b56d07fbb3d09f48c96c07a9a6d7196b69a60b56109899f8a7dfa14d85787d165a1038b74c7ca18e76cecce7c26ec14e0f05c73008df7891
2591725927
languageName: node
2591825928
linkType: hard
2591925929

@@ -29929,12 +29939,12 @@ __metadata:
2992929939
languageName: node
2993029940
linkType: hard
2993129941

29932-
"thread-stream@npm:^2.0.0":
29933-
version: 2.3.0
29934-
resolution: "thread-stream@npm:2.3.0"
29942+
"thread-stream@npm:^2.6.0":
29943+
version: 2.7.0
29944+
resolution: "thread-stream@npm:2.7.0"
2993529945
dependencies:
2993629946
real-require: "npm:^0.2.0"
29937-
checksum: 10c0/06f60892adab3f3b5b8930857a0049d29b89cbb95581b079274c87ee0aea718d12d8d56e8ad3aafa5ded3321aaf51a4e1b1ce70340d650fbfa1cdd6d0d399bc2
29947+
checksum: 10c0/d45f0cd1d7cea3986594d9c46ecc89c6912d1b44de80dfb718de4422658f4bc996b1cc8e3461bce2d3410899762a72c44daf48f7a943b6c6801a7b348d1c3b7c
2993829948
languageName: node
2993929949
linkType: hard
2994029950

0 commit comments

Comments
 (0)