From 38ea93f0cb082244c126ed3c91dbb8d1a1011395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Mar 2021 17:37:42 +0000 Subject: [PATCH] Bump pino-pretty from 4.5.0 to 4.7.1 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 4.5.0 to 4.7.1. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v4.5.0...v4.7.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 22f2487..648285b 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,6 @@ "utf-8-validate": "^5.0.4" }, "devDependencies": { - "pino-pretty": "^4.5.0" + "pino-pretty": "^4.7.1" } } diff --git a/yarn.lock b/yarn.lock index f435b60..a2396f1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -454,10 +454,10 @@ core-util-is@~1.0.0: resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz" integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= -dateformat@^3.0.3: - version "3.0.3" - resolved "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz" - integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q== +dateformat@^4.5.1: + version "4.5.1" + resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-4.5.1.tgz#c20e7a9ca77d147906b6dc2261a8be0a5bd2173c" + integrity sha512-OD0TZ+B7yP7ZgpJf5K2DIbj3FZvFvxgFUuaqA/V5zTjAtAAXZ1E8bktHxmAGs4x5b7PflqA9LeQ84Og7wYtF7Q== debug@^3.2.6: version "3.2.6" @@ -1155,15 +1155,15 @@ path-is-absolute@^1.0.0: resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= -pino-pretty@^4.5.0: - version "4.5.0" - resolved "https://registry.npmjs.org/pino-pretty/-/pino-pretty-4.5.0.tgz" - integrity sha512-TtIzAq3JrPT4cYMZcXHypAXYV+MTE7ncAPUFoaz/1enVD2Loj+hV6RZsypYo85dm7SbBolW6fcIydOF28iGjsg== +pino-pretty@^4.7.1: + version "4.7.1" + resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-4.7.1.tgz#499cf185e110399deae731221c899915c811bd1a" + integrity sha512-ILE5YBpur88FlZ0cr1BNqVjgG9fOoK+md3peqmcs7AC6oq7SNiaJioIcrykMxfNsuygMYjUJtvAcARRE9aRc9w== dependencies: "@hapi/bourne" "^2.0.0" args "^5.0.1" chalk "^4.0.0" - dateformat "^3.0.3" + dateformat "^4.5.1" fast-safe-stringify "^2.0.7" jmespath "^0.15.0" joycon "^2.2.5"