diff options
| author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2018-10-24 19:00:01 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-10-24 19:00:01 +0900 |
| commit | 74ca73ecb4e1a965e86e346c14348e128acbbb69 (patch) | |
| tree | d79a659ae5382a7a3e6024d625d4c9fe705a5a33 /package.json | |
| parent | Update README.md (diff) | |
| download | misskey-74ca73ecb4e1a965e86e346c14348e128acbbb69.tar.gz misskey-74ca73ecb4e1a965e86e346c14348e128acbbb69.tar.bz2 misskey-74ca73ecb4e1a965e86e346c14348e128acbbb69.zip | |
Bump koa from 2.5.1 to 2.6.1 (#2998)
Bumps [koa](https://github.com/koajs/koa) from 2.5.1 to 2.6.1.
- [Release notes](https://github.com/koajs/koa/releases)
- [Changelog](https://github.com/koajs/koa/blob/master/History.md)
- [Commits](https://github.com/koajs/koa/compare/2.5.1...2.6.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index bef08e0940..acabbb1528 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "jsdom": "12.2.0", "json5": "2.1.0", "json5-loader": "1.0.1", - "koa": "2.5.1", + "koa": "2.6.1", "koa-bodyparser": "4.2.1", "koa-compress": "3.0.0", "koa-favicon": "2.0.1", |