From 606886cf1d505f59d983a55730f478de39bc5109 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 14:30:30 +0000 Subject: [PATCH] chore(deps): 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 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d7fdbc994..0d1f92911 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "yorkie": "2.0.0" }, "dependencies": { - "@koa/router": "9.4.0", + "@koa/router": "10.0.0", "@postlight/mercury-parser": "2.2.0", "@sentry/node": "5.27.2", "aes-js": "3.1.2", diff --git a/yarn.lock b/yarn.lock index 1d7c08a2d..8b0eee69d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1281,10 +1281,10 @@ "@types/yargs" "^15.0.0" chalk "^4.0.0" -"@koa/router@9.4.0": - version "9.4.0" - resolved "https://registry.yarnpkg.com/@koa/router/-/router-9.4.0.tgz#734b64c0ae566eb5af752df71e4143edc4748e48" - integrity sha512-dOOXgzqaDoHu5qqMEPLKEgLz5CeIA7q8+1W62mCvFVCOqeC71UoTGJ4u1xUSOpIl2J1x2pqrNULkFteUeZW3/A== +"@koa/router@10.0.0": + version "10.0.0" + resolved "https://registry.yarnpkg.com/@koa/router/-/router-10.0.0.tgz#699115561afbd2740e2848ba299fc76b9e058ad6" + integrity sha512-z9ytrKWn/j/qUApMSJzZbUwkbLcN2ZXGq6UsqWkZb50Us+/Qpu0RwgZ6ytawVOhfFBZ1ai5iVWeD2Dcu0qcnJw== dependencies: debug "^4.1.1" http-errors "^1.7.3"