From 4852ec981fe322bf759c2e3aab533b0929f097d7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 04:55:21 +0000 Subject: [PATCH] chore(deps): bump koa from 2.8.1 to 2.8.2 Bumps [koa](https://github.com/koajs/koa) from 2.8.1 to 2.8.2. - [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.1...2.8.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index fd69f3374..6b864f508 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.1", + "koa": "2.8.2", "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 7f3034fdb..bf427f1d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3881,7 +3881,7 @@ enabled@1.0.x: dependencies: env-variable "0.0.x" -encodeurl@~1.0.2: +encodeurl@^1.0.2, encodeurl@~1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= @@ -6578,10 +6578,10 @@ koa-router@7.4.0: path-to-regexp "^1.1.1" urijs "^1.19.0" -koa@2.8.1: - version "2.8.1" - resolved "https://registry.yarnpkg.com/koa/-/koa-2.8.1.tgz#98e13b267ab8a1868f015a4b41b5a52e31457ce5" - integrity sha512-iCgjRkntcVud5amnioi+79r7TPVhKPfCY8UzL9GjyU+nIWTE9xsqyrJ6kib3InT9JYRyUu9Y67i5apCjf997TQ== +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== dependencies: accepts "^1.3.5" cache-content-type "^1.0.0" @@ -6592,6 +6592,7 @@ koa@2.8.1: delegates "^1.0.0" depd "^1.1.2" destroy "^1.0.4" + encodeurl "^1.0.2" error-inject "^1.0.0" escape-html "^1.0.3" fresh "~0.5.2"