From d38968422e331a880eea9a4617914a87903d38b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 02:48:34 +0000 Subject: [PATCH] fix(deps): bump pino from 8.16.2 to 8.17.1 Bumps [pino](https://github.com/pinojs/pino) from 8.16.2 to 8.17.1. - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](https://github.com/pinojs/pino/compare/v8.16.2...v8.17.1) --- updated-dependencies: - dependency-name: pino dependency-type: direct:production update-type: version-update:semver-minor ... 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 fe9b8d5b7..f4820781e 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "jsforce": "^2.0.0-beta.29", "jsonwebtoken": "9.0.2", "jszip": "3.10.1", - "pino": "^8.16.2", + "pino": "^8.17.1", "pino-abstract-transport": "^1.1.0", "pino-pretty": "^10.3.0", "proper-lockfile": "^4.1.2", diff --git a/yarn.lock b/yarn.lock index 94460cab7..dc2a1e9c6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3906,10 +3906,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.16.2: - version "8.16.2" - resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.2.tgz#7a906f2d9a8c5b4c57412c9ca95d6820bd2090cd" - integrity sha512-2advCDGVEvkKu9TTVSa/kWW7Z3htI/sBKEZpqiHk6ive0i/7f5b1rsU8jn0aimxqfnSz5bj/nOYkwhBUn5xxvg== +pino@^8.17.1: + version "8.17.1" + resolved "https://registry.yarnpkg.com/pino/-/pino-8.17.1.tgz#f886569cd9abf458f4c921dc696fb023694c1103" + integrity sha512-YoN7/NJgnsJ+fkADZqjhRt96iepWBndQHeClmSBH0sQWCb8zGD74t00SK4eOtKFi/f8TUmQnfmgglEhd2kI1RQ== dependencies: atomic-sleep "^1.0.0" fast-redact "^3.1.1"