From be0bb51912df1019ff17bfc1339eae0f4618be80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 13:14:53 +0000 Subject: [PATCH] build(deps): bump pino-pretty from 9.1.1 to 9.4.0 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 9.1.1 to 9.4.0. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v9.1.1...v9.4.0) --- updated-dependencies: - dependency-name: pino-pretty 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 92d3607..7fa758c 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "passport-local": "^1.0.0", "pino": "^8.8.0", "pino-http": "^8.3.0", - "pino-pretty": "^9.1.1", + "pino-pretty": "^9.4.0", "reflect-metadata": "^0.1.13", "rimraf": "^3.0.2", "rxjs": "^7.8.0", diff --git a/yarn.lock b/yarn.lock index 3dd7bc8..e0586ea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6743,10 +6743,10 @@ pino-http@^8.3.0: pino-std-serializers "^6.0.0" process-warning "^2.0.0" -pino-pretty@*, pino-pretty@^9.1.1: - version "9.1.1" - resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-9.1.1.tgz#e7d64c1db98266ca428ab56567b844ba780cd0e1" - integrity sha512-iJrnjgR4FWQIXZkUF48oNgoRI9BpyMhaEmihonHeCnZ6F50ZHAS4YGfGBT/ZVNsPmd+hzkIPGzjKdY08+/yAXw== +pino-pretty@*, pino-pretty@^9.4.0: + version "9.4.0" + resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-9.4.0.tgz#fc4026e83c87272cbdfb7afed121770e6000940c" + integrity sha512-NIudkNLxnl7MGj1XkvsqVyRgo6meFP82ECXF2PlOI+9ghmbGuBUUqKJ7IZPIxpJw4vhhSva0IuiDSAuGh6TV9g== dependencies: colorette "^2.0.7" dateformat "^4.6.3"