From 2a5a9cc69e6616ed6b4338c3ce26e5c5dbd9abab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 05:46:46 +0000 Subject: [PATCH] fix(deps): bump pino from 8.15.1 to 8.15.6 Bumps [pino](https://github.com/pinojs/pino) from 8.15.1 to 8.15.6. - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](https://github.com/pinojs/pino/compare/v8.15.1...v8.15.6) --- updated-dependencies: - dependency-name: pino dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6b6c020ee1..55d8cb5903 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "jsforce": "^2.0.0-beta.27", "jsonwebtoken": "9.0.2", "jszip": "3.10.1", - "pino": "^8.15.1", + "pino": "^8.15.6", "pino-abstract-transport": "^1.0.0", "pino-pretty": "^10.2.3", "proper-lockfile": "^4.1.2", diff --git a/yarn.lock b/yarn.lock index 42c68799cb..977684d88d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3940,10 +3940,10 @@ pino-std-serializers@^6.0.0: resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3" integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA== -pino@^8.15.1: - version "8.15.1" - resolved "https://registry.yarnpkg.com/pino/-/pino-8.15.1.tgz#04b815ff7aa4e46b1bbab88d8010aaa2b17eaba4" - integrity sha512-Cp4QzUQrvWCRJaQ8Lzv0mJzXVk4z2jlq8JNKMGaixC2Pz5L4l2p95TkuRvYbrEbe85NQsDKrAd4zalf7Ml6WiA== +pino@^8.15.6: + version "8.15.6" + resolved "https://registry.yarnpkg.com/pino/-/pino-8.15.6.tgz#55c361e3c4dadabbbb47543e0d3bf5759fe9c052" + integrity sha512-GuxHr61R0ZFD1npu58tB3a3FSVjuy21OwN/haw4OuKiZBL63Pg11Y51WWeD52RENS2mjwPZOwt+2OQOSkck6kQ== dependencies: atomic-sleep "^1.0.0" fast-redact "^3.1.1"