From 42a14508f6ee3a9aef374e8a8695230b3839dcb2 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 27 Sep 2019 05:50:34 +0900 Subject: Update dependencies :rocket: --- src/server/api/service/github.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/api/service/github.ts') diff --git a/src/server/api/service/github.ts b/src/server/api/service/github.ts index b78459e8c3..ef5a753a1a 100644 --- a/src/server/api/service/github.ts +++ b/src/server/api/service/github.ts @@ -1,5 +1,5 @@ import * as Koa from 'koa'; -import * as Router from 'koa-router'; +import * as Router from '@koa/router'; import * as request from 'request'; import { OAuth2 } from 'oauth'; import config from '../../../config'; -- cgit v1.2.3-freya