Skip to content

Commit

Permalink
fix(deps): update dependency pino to v8.16.2 (#9476)
Browse files Browse the repository at this point in the history
[![Mend Renovate logo
banner](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.16.1` ->
`8.16.2`](https://renovatebot.com/diffs/npm/pino/8.16.1/8.16.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/pino/8.16.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pino/8.16.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pino/8.16.1/8.16.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pino/8.16.1/8.16.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pinojs/pino (pino)</summary>

### [`v8.16.2`](https://togithub.com/pinojs/pino/releases/tag/v8.16.2)

[Compare
Source](https://togithub.com/pinojs/pino/compare/v8.16.1...v8.16.2)

#### What's Changed

- fix child-child benchmark by
[@&#8203;bngarren](https://togithub.com/bngarren) in
[pinojs/pino#1849
- fix: make transports.options and transports.level optional by
[@&#8203;krosenk729](https://togithub.com/krosenk729) in
[pinojs/pino#1831
- fix: export `redactOptions` type by
[@&#8203;wolfy1339](https://togithub.com/wolfy1339) in
[pinojs/pino#1847
- build(deps): bump actions/setup-node from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[pinojs/pino#1844

#### New Contributors

- [@&#8203;bngarren](https://togithub.com/bngarren) made their first
contribution in
[pinojs/pino#1849
- [@&#8203;krosenk729](https://togithub.com/krosenk729) made their first
contribution in
[pinojs/pino#1831
- [@&#8203;wolfy1339](https://togithub.com/wolfy1339) made their first
contribution in
[pinojs/pino#1847
- [@&#8203;UndefinedBehaviour](https://togithub.com/UndefinedBehaviour)
made their first contribution in
[pinojs/pino#1843

**Full Changelog**:
pinojs/pino@v8.16.1...v8.16.2

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 15, 2023
1 parent 886e28a commit 7599acd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"humanize-string": "2.1.0",
"jsonwebtoken": "9.0.2",
"pascalcase": "1.0.0",
"pino": "8.16.1",
"pino": "8.16.2",
"title-case": "3.0.3"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7872,7 +7872,7 @@ __metadata:
jsonwebtoken: 9.0.2
memjs: 1.3.1
pascalcase: 1.0.0
pino: 8.16.1
pino: 8.16.2
redis: 4.6.7
split2: 4.2.0
title-case: 3.0.3
Expand Down Expand Up @@ -28771,9 +28771,9 @@ __metadata:
languageName: node
linkType: hard

"pino@npm:8.16.1, pino@npm:^8.16.0":
version: 8.16.1
resolution: "pino@npm:8.16.1"
"pino@npm:8.16.2, pino@npm:^8.16.0":
version: 8.16.2
resolution: "pino@npm:8.16.2"
dependencies:
atomic-sleep: ^1.0.0
fast-redact: ^3.1.1
Expand All @@ -28788,7 +28788,7 @@ __metadata:
thread-stream: ^2.0.0
bin:
pino: bin.js
checksum: 06ea391095e895f1f94adda231fb51565e2935a9cad87e6559b7e074a6dadc8bd279367dbe119b1649774480a53c97214f32daa4c14b21a853d50c60a4c28976
checksum: ea1b2f426985a442b65566a75e3f20eed47c1f51f3aea9a10fc16a452feb339cde4d5439d724c822408fce6a8bfcf6d24f61421547f4cc718f44a6eb47921293
languageName: node
linkType: hard

Expand Down

0 comments on commit 7599acd

Please sign in to comment.