From c87e62757eedc840fd18f38d4ab900912ba6a927 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 11:53:24 +0000 Subject: [PATCH] fix(deps): bump pino from 8.4.2 to 8.5.0 (#147) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [pino](https://github.com/pinojs/pino) from 8.4.2 to 8.5.0.
Release notes

Sourced from pino's releases.

v8.5.0

What's Changed

New Contributors

Full Changelog: https://github.com/pinojs/pino/compare/v8.4.2...v8.5.0

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pino&package-manager=npm_and_yarn&previous-version=8.4.2&new-version=8.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--- package-lock.json | 17 +++++++---------- package.json | 2 +- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index b3d2ff8..95df5fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "pino": "^8.4.2" + "pino": "^8.5.0" }, "devDependencies": { "@relaycorp/shared-config": "^1.9.1", @@ -27,9 +27,6 @@ }, "engines": { "node": ">=14" - }, - "peerDependencies": { - "pino": "< 9.0.0" } }, "node_modules/@babel/code-frame": { @@ -8038,9 +8035,9 @@ } }, "node_modules/pino": { - "version": "8.4.2", - "resolved": "https://registry.npmjs.org/pino/-/pino-8.4.2.tgz", - "integrity": "sha512-PlXDeGhJZfAuVay+wtlS02s5j8uisQveZExYdAm9MwwxUQSz9R7Q78XtjM2tTa4sa5KJmygimZjZxXXuHgV6ew==", + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/pino/-/pino-8.5.0.tgz", + "integrity": "sha512-PuD6sOti8Y+p9zRoNB5dibmfjfM/OU2tEtJFICxw5ulXi1d0qnq/Rt3CsR6aBEAOeyCXP+ZUfiNWW+tt55pNzg==", "dependencies": { "atomic-sleep": "^1.0.0", "fast-redact": "^3.1.1", @@ -16848,9 +16845,9 @@ "dev": true }, "pino": { - "version": "8.4.2", - "resolved": "https://registry.npmjs.org/pino/-/pino-8.4.2.tgz", - "integrity": "sha512-PlXDeGhJZfAuVay+wtlS02s5j8uisQveZExYdAm9MwwxUQSz9R7Q78XtjM2tTa4sa5KJmygimZjZxXXuHgV6ew==", + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/pino/-/pino-8.5.0.tgz", + "integrity": "sha512-PuD6sOti8Y+p9zRoNB5dibmfjfM/OU2tEtJFICxw5ulXi1d0qnq/Rt3CsR6aBEAOeyCXP+ZUfiNWW+tt55pNzg==", "requires": { "atomic-sleep": "^1.0.0", "fast-redact": "^3.1.1", diff --git a/package.json b/package.json index 225228b..1a4e795 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "node": ">=14" }, "dependencies": { - "pino": "^8.4.2" + "pino": "^8.5.0" }, "devDependencies": { "@relaycorp/shared-config": "^1.9.1",