From 45637e2a83c46638d884608dc14f47f3f35eae63 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 20:26:49 +0000 Subject: [PATCH] Bump koa-router from 9.4.0 to 10.0.0 Bumps [koa-router](https://github.com/koajs/router) from 9.4.0 to 10.0.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/v9.4.0...v10.0.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 0fda70c..895ed82 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "joi": "^17.2.1", "koa": "^2.7.0", "koa-bodyparser": "^4.2.1", - "koa-router": "^9.0.1", + "koa-router": "^10.0.0", "md5": "^2.2.1", "mysql2": "^2.0.1", "sequelize": "^6.2.3"