From aec319a87769860c7e4402ec69a7a114d0e2489d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2020 20:06:28 +0000 Subject: [PATCH] Bump koa-router from 7.4.0 to 8.0.8 Bumps [koa-router](https://github.com/koajs/koa-router) from 7.4.0 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/v7.4.0...v8.0.8) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index edccf26..1d149a7 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "koa-compress": "^3.0.0", "koa-cookie": "^1.0.0", "koa-mount": "^4.0.0", - "koa-router": "^7.4.0", + "koa-router": "^8.0.8", "koa-sslify": "^4.0.3", "koa-static": "^5.0.0", "koa-webpack": "^5.2.4",