From 44006069d0a37268f21c106478ed4f36dcfd11f5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2020 10:34:44 +0000 Subject: [PATCH] Bump koa-router from 8.0.6 to 8.0.8 Bumps [koa-router](https://github.com/koajs/koa-router) from 8.0.6 to 8.0.8. - [Release notes](https://github.com/koajs/koa-router/releases) - [Changelog](https://github.com/koajs/router/blob/master/history.md) - [Commits](https://github.com/koajs/koa-router/compare/v8.0.6...v8.0.8) 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 7a84167..b4e3e5e 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "koa-helmet": "^5.2.0", "koa-logger": "~3.2.1", "koa-redis": "^4.0.1", - "koa-router": "^8.0.6", + "koa-router": "^8.0.8", "koa-session": "^5.13.1", "koa-static": "^5.0.0", "koa-views": "^6.2.1", diff --git a/yarn.lock b/yarn.lock index 87312db..088b298 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4687,10 +4687,10 @@ koa-redis@^4.0.1: debug "^4.1.1" ioredis "^4.14.1" -koa-router@^8.0.6: - version "8.0.6" - resolved "https://registry.yarnpkg.com/koa-router/-/koa-router-8.0.6.tgz#5e808ee69dad4fd62d647102aac42be09e4425b0" - integrity sha512-qBrxDisLkuIPfasyrEtSPAtaP49ILfjDTJJoAiVC96uWM4PGM12XuFBY/iSm43zQFry1XFFE2OgVRaV2IrBnMg== +koa-router@^8.0.8: + version "8.0.8" + resolved "https://registry.yarnpkg.com/koa-router/-/koa-router-8.0.8.tgz#f0b70f90dae275db8c71a41e1efb625581fb3b5a" + integrity sha512-2rNF2cgu/EWi/NV8GlBE5+H/QBoaof83X6Z0dULmalkbt7W610/lyP2EOLVqVrUUFfjsVWL/Ju5TVBcGJDY9XQ== dependencies: debug "^4.1.1" http-errors "^1.7.3"