diff options
| author | greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com> | 2017-02-27 13:36:11 +0000 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-02-27 22:36:30 +0900 |
| commit | cb7bf0e310f0854308fc72fcbc44f44c390c089c (patch) | |
| tree | c9171673c3c0214fec055bb70592e30babad05d0 /package.json | |
| parent | fix(package): update ratelimiter to version 3.0.2 (diff) | |
| download | misskey-cb7bf0e310f0854308fc72fcbc44f44c390c089c.tar.gz misskey-cb7bf0e310f0854308fc72fcbc44f44c390c089c.tar.bz2 misskey-cb7bf0e310f0854308fc72fcbc44f44c390c089c.zip | |
fix(package): update inquirer to version 3.0.5
https://greenkeeper.io/
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 13c8b11843..5b625191e2 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "gulp-typescript": "3.1.5", "gulp-uglify": "2.0.1", "gulp-util": "3.0.8", - "inquirer": "3.0.4", + "inquirer": "3.0.5", "is-root": "1.0.0", "is-url": "1.2.2", "js-yaml": "3.8.1", |