From 31298ee507397f4eee209f2c71bff0e453b1f780 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2020 01:59:55 +0000 Subject: [PATCH] Bump koa-router from 7.4.0 to 9.4.0 Bumps [koa-router](https://github.com/koajs/router) from 7.4.0 to 9.4.0. - [Release notes](https://github.com/koajs/router/releases) - [Changelog](https://github.com/koajs/router/blob/master/history.md) - [Commits](https://github.com/koajs/router/compare/v7.4.0...v9.4.0) 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 1e7212b..02228c8 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": "^9.4.0", "koa-sslify": "^4.0.3", "koa-static": "^5.0.0", "koa-webpack": "^5.2.4",