diff options
| author | greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com> | 2017-08-17 13:49:31 +0000 |
|---|---|---|
| committer | greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com> | 2017-08-17 13:49:31 +0000 |
| commit | 250e2aa0372107ebe8256fc8a48e2491a0f2564b (patch) | |
| tree | 6e110c339012f8c66a316c8f1a9f7c0f9d3c236b /package.json | |
| parent | v2380 (diff) | |
| download | misskey-250e2aa0372107ebe8256fc8a48e2491a0f2564b.tar.gz misskey-250e2aa0372107ebe8256fc8a48e2491a0f2564b.tar.bz2 misskey-250e2aa0372107ebe8256fc8a48e2491a0f2564b.zip | |
fix(package): update inquirer to version 3.2.2
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 875ffc3c66..4885ba2a9e 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "file-type": "5.2.0", "fuckadblock": "3.2.1", "gm": "1.23.0", - "inquirer": "3.2.1", + "inquirer": "3.2.2", "is-root": "1.0.0", "is-url": "1.2.2", "js-yaml": "3.9.1", |