diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-07-04 20:13:07 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-07-04 20:13:07 +0900 |
| commit | f0fbff824b794d03bf27dcd0df735ef822fa5b69 (patch) | |
| tree | 35080cef3ed7572314f9f2176fbb5dc6b64931f5 /package.json | |
| parent | wip (diff) | |
| parent | Merge pull request #1841 from syuilo/greenkeeper/@types/js-yaml-3.11.2 (diff) | |
| download | sharkey-f0fbff824b794d03bf27dcd0df735ef822fa5b69.tar.gz sharkey-f0fbff824b794d03bf27dcd0df735ef822fa5b69.tar.bz2 sharkey-f0fbff824b794d03bf27dcd0df735ef822fa5b69.zip | |
Merge branch 'master' of https://github.com/syuilo/misskey
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 554abd5d2d..de69a57cbf 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@types/inquirer": "0.0.42", "@types/is-root": "1.0.0", "@types/is-url": "1.2.28", - "@types/js-yaml": "3.11.1", + "@types/js-yaml": "3.11.2", "@types/jsdom": "11.0.6", "@types/koa": "2.0.46", "@types/koa-bodyparser": "5.0.0", @@ -63,7 +63,7 @@ "@types/license-checker": "15.0.0", "@types/mkdirp": "0.5.2", "@types/mocha": "5.2.3", - "@types/mongodb": "3.1.0", + "@types/mongodb": "3.1.1", "@types/ms": "0.7.30", "@types/node": "10.5.1", "@types/nopt": "3.0.29", @@ -80,7 +80,7 @@ "@types/speakeasy": "2.0.2", "@types/tmp": "0.0.33", "@types/uuid": "3.4.3", - "@types/webpack": "4.4.4", + "@types/webpack": "4.4.5", "@types/webpack-stream": "3.2.10", "@types/websocket": "0.0.39", "@types/ws": "5.1.2", |