From e91fc4072bdc15198e1cb245e0fd36338c4647cf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2019 05:52:01 +0000 Subject: [PATCH] chore(deps): bump koa from 2.8.2 to 2.9.0 Bumps [koa](https://github.com/koajs/koa) from 2.8.2 to 2.9.0. - [Release notes](https://github.com/koajs/koa/releases) - [Changelog](https://github.com/koajs/koa/blob/master/History.md) - [Commits](https://github.com/koajs/koa/compare/2.8.2...2.9.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fc07acb83..5b3c35412 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "iconv-lite": "0.5.0", "imgur": "0.3.1", "json-bigint": "0.3.0", - "koa": "2.8.2", + "koa": "2.9.0", "koa-basic-auth": "4.0.0", "koa-favicon": "2.0.1", "koa-mount": "4.0.0", diff --git a/yarn.lock b/yarn.lock index eb00548ee..a6d10e6c0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6594,10 +6594,10 @@ koa-router@7.4.0: path-to-regexp "^1.1.1" urijs "^1.19.0" -koa@2.8.2: - version "2.8.2" - resolved "https://registry.yarnpkg.com/koa/-/koa-2.8.2.tgz#dfba771a69c1a98e014826804e95132c00af6615" - integrity sha512-q1uZOgpl3wjr5FS/tjbABJ8lA5+NeKa9eq7QyBP5xxgOBwJN4iBrMEgO3LroE51lrIw3BsO0WZZ0Yi6giSiMDw== +koa@2.9.0: + version "2.9.0" + resolved "https://registry.yarnpkg.com/koa/-/koa-2.9.0.tgz#ec957fc83cb2722fa56d26c1b2231d402d8542a2" + integrity sha512-Y1kb5wqcEm3FuFmPenIX3o61zbKVx+wy0p8kiG+DAv70WiTrnoupDQy8fpLYT6esaJmLdzgzmGbLCKcamw+VvA== dependencies: accepts "^1.3.5" cache-content-type "^1.0.0"