From 8a75c1bd74f265b4b888c66fd50003adf2dd3679 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 19:22:57 +0000 Subject: [PATCH] fix(deps): update dependency pino to v8.16.2 (#106) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
pinojs/pino (pino) ### [`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 [@​bngarren](https://togithub.com/bngarren) in [https://github.com/pinojs/pino/pull/1849](https://togithub.com/pinojs/pino/pull/1849) - fix: make transports.options and transports.level optional by [@​krosenk729](https://togithub.com/krosenk729) in [https://github.com/pinojs/pino/pull/1831](https://togithub.com/pinojs/pino/pull/1831) - fix: export `redactOptions` type by [@​wolfy1339](https://togithub.com/wolfy1339) in [https://github.com/pinojs/pino/pull/1847](https://togithub.com/pinojs/pino/pull/1847) - build(deps): bump actions/setup-node from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1844](https://togithub.com/pinojs/pino/pull/1844) #### New Contributors - [@​bngarren](https://togithub.com/bngarren) made their first contribution in [https://github.com/pinojs/pino/pull/1849](https://togithub.com/pinojs/pino/pull/1849) - [@​krosenk729](https://togithub.com/krosenk729) made their first contribution in [https://github.com/pinojs/pino/pull/1831](https://togithub.com/pinojs/pino/pull/1831) - [@​wolfy1339](https://togithub.com/wolfy1339) made their first contribution in [https://github.com/pinojs/pino/pull/1847](https://togithub.com/pinojs/pino/pull/1847) - [@​UndefinedBehaviour](https://togithub.com/UndefinedBehaviour) made their first contribution in [https://github.com/pinojs/pino/pull/1843](https://togithub.com/pinojs/pino/pull/1843) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.16.1...v8.16.2
--- ### Configuration 📅 **Schedule**: Branch creation - "after 3am,before 9am" (UTC), Automerge - "after 3am,before 9am" (UTC). 🚦 **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. --- - [ ] 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/ettorepuccetti/terrarossa). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 16c15aa..01d8440 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6179,9 +6179,9 @@ } }, "node_modules/pino": { - "version": "8.16.1", - "resolved": "https://registry.npmjs.org/pino/-/pino-8.16.1.tgz", - "integrity": "sha512-3bKsVhBmgPjGV9pyn4fO/8RtoVDR8ssW1ev819FsRXlRNgW8gR/9Kx+gCK4UPWd4JjrRDLWpzd/pb1AyWm3MGA==", + "version": "8.16.2", + "resolved": "https://registry.npmjs.org/pino/-/pino-8.16.2.tgz", + "integrity": "sha512-2advCDGVEvkKu9TTVSa/kWW7Z3htI/sBKEZpqiHk6ive0i/7f5b1rsU8jn0aimxqfnSz5bj/nOYkwhBUn5xxvg==", "dependencies": { "atomic-sleep": "^1.0.0", "fast-redact": "^3.1.1",