diff options
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 da813be..4f9f2d9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongo-edu", "preferGlobal": true, - "version": "0.2.21", + "version": "0.2.22", "author": "Przemyslaw Pluta <przemyslawplutadev@gmail.com> (http://przemyslawpluta.com)", "description": "Select and download videos and handouts from university.mongodb.com courses", "main": "./mongo-edu", @@ -35,7 +35,7 @@ "easy-table": "~1.0.0", "filesize": "~3.1.3", "glob": "~5.0.15", - "inquirer": "~0.10.1", + "inquirer": "~0.11.0", "lodash": "~3.10.1", "mkdirp": "~0.5.1", "mv": "~2.1.1", @@ -47,7 +47,7 @@ "rimraf": "~2.4.3", "unzip": "~0.1.11", "which": "~1.2.0", - "yargs": "~3.27.0", + "yargs": "~3.29.0", "youtube-dl": "~1.10.5" }, "engines": { |