From 1cd3cf3b6d2958ba3698aea03c5412d41df3f277 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2020 11:00:14 +0000 Subject: [PATCH] Bump koa-logger from 3.2.0 to 3.2.1 Bumps [koa-logger](https://github.com/koajs/logger) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/koajs/logger/releases) - [Changelog](https://github.com/koajs/logger/blob/master/History.md) - [Commits](https://github.com/koajs/logger/compare/3.2.0...3.2.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 19 +++++++------------ 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 02f51b6..f300b26 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "koa-favicon": "~2.0.1", "koa-generic-session": "^2.0.1", "koa-helmet": "^4.0.0", - "koa-logger": "~3.2.0", + "koa-logger": "~3.2.1", "koa-redis": "^4.0.0", "koa-router": "^7.4.0", "koa-session": "^5.10.1", diff --git a/yarn.lock b/yarn.lock index 6788203..28e83b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1491,16 +1491,11 @@ busboy@^0.3.0: dependencies: dicer "0.3.0" -bytes@3.1.0, bytes@^3.0.0: +bytes@3.1.0, bytes@^3.0.0, bytes@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6" integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg== -bytes@^2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/bytes/-/bytes-2.5.0.tgz#4c9423ea2d252c270c41b2bdefeff9bb6b62c06a" - integrity sha1-TJQj6i0lLCcMQbK97+/5u2tiwGo= - cacache@^11.3.2: version "11.3.2" resolved "https://registry.yarnpkg.com/cacache/-/cacache-11.3.2.tgz#2d81e308e3d258ca38125b676b98b2ac9ce69bfa" @@ -4526,13 +4521,13 @@ koa-is-json@^1.0.0: resolved "https://registry.yarnpkg.com/koa-is-json/-/koa-is-json-1.0.0.tgz#273c07edcdcb8df6a2c1ab7d59ee76491451ec14" integrity sha1-JzwH7c3Ljfaiwat9We52SRRR7BQ= -koa-logger@~3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/koa-logger/-/koa-logger-3.2.0.tgz#8aef64d8b848fb6253a9b31aa708d0e05141f0e6" - integrity sha512-IQhaKkWvvbjnmMIcHSK/cH2RCYt64jOxliazVF1wZdXH0KbmM5VHgn1v3r9a9mqInDPDMR+JoiErSFc83epLaQ== +koa-logger@~3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/koa-logger/-/koa-logger-3.2.1.tgz#ab9db879526db3837cc9ce4fd983c025b1689f22" + integrity sha512-MjlznhLLKy9+kG8nAXKJLM0/ClsQp/Or2vI3a5rbSQmgl8IJBQO0KI5FA70BvW+hqjtxjp49SpH2E7okS6NmHg== dependencies: - bytes "^2.5.0" - chalk "^1.1.3" + bytes "^3.1.0" + chalk "^2.4.2" humanize-number "0.0.2" passthrough-counter "^1.0.0"