Merge pull request #70 from kudos/dependabot/npm_and_yarn/koa-router-8.0.8

Bump koa-router from 8.0.6 to 8.0.8
This commit is contained in:
Jonathan Cremin 2020-03-14 10:35:04 +00:00 committed by GitHub
commit a414e0db1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -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",

View file

@ -4686,10 +4686,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"