diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2019-01-06 13:27:36 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-06 13:27:36 +0900 |
| commit | 2223ecf890726105e0d4a8af84b3f59fdbe3db36 (patch) | |
| tree | 8c312df5f3b4106df62b3d415c78f512cca1107f | |
| parent | Merge pull request #3833 from syuilo/dependabot/npm_and_yarn/@types/redis-2.8.10 (diff) | |
| parent | Update @types/koa requirement from 2.0.47 to 2.0.48 (diff) | |
| download | misskey-2223ecf890726105e0d4a8af84b3f59fdbe3db36.tar.gz misskey-2223ecf890726105e0d4a8af84b3f59fdbe3db36.tar.bz2 misskey-2223ecf890726105e0d4a8af84b3f59fdbe3db36.zip | |
Merge pull request #3832 from syuilo/dependabot/npm_and_yarn/@types/koa-2.0.48
Update @types/koa requirement from 2.0.47 to 2.0.48
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 8ea845b900..d8e24370ac 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@types/is-url": "1.2.28", "@types/js-yaml": "3.11.4", "@types/katex": "0.5.0", - "@types/koa": "2.0.47", + "@types/koa": "2.0.48", "@types/koa-bodyparser": "5.0.2", "@types/koa-compress": "2.0.8", "@types/koa-favicon": "2.0.19", |