diff options
| author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2018-11-23 06:06:03 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-11-23 06:06:03 +0900 |
| commit | 214f7f06bb4141f38472de75e3217fa44e8d4638 (patch) | |
| tree | 64ee6fb6ea04c7f77cd408281557671e3c912d03 /package.json | |
| parent | Update ws requirement from 6.1.0 to 6.1.2 (#3385) (diff) | |
| download | misskey-214f7f06bb4141f38472de75e3217fa44e8d4638.tar.gz misskey-214f7f06bb4141f38472de75e3217fa44e8d4638.tar.bz2 misskey-214f7f06bb4141f38472de75e3217fa44e8d4638.zip | |
Update koa requirement from 2.6.1 to 2.6.2 (#3386)
Updates the requirements on [koa](https://github.com/koajs/koa) to permit the latest version.
- [Release notes](https://github.com/koajs/koa/releases)
- [Changelog](https://github.com/koajs/koa/blob/master/History.md)
- [Commits](https://github.com/koajs/koa/commits/2.6.2)
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 806ac2f7f0..767de2559b 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "json5": "2.1.0", "json5-loader": "1.0.1", "katex": "0.10.0", - "koa": "2.6.1", + "koa": "2.6.2", "koa-bodyparser": "4.2.1", "koa-compress": "3.0.0", "koa-favicon": "2.0.1", |