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 4cac3a4..2510aa5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongo-edu", "preferGlobal": true, - "version": "0.1.31", + "version": "0.1.32", "author": "Przemyslaw Pluta <przemyslawplutadev@gmail.com> (http://przemyslawpluta.com)", "description": "Select and download videos and handouts from university.mongodb.com courses", "main": "./mongo-edu", @@ -34,7 +34,7 @@ "colors": "~0.6.2", "filesize": "~2.0.3", "glob": "~4.0.5", - "inquirer": "~0.6.0", + "inquirer": "~0.7.1", "lodash": "~2.4.1", "mkdirp": "~0.5.0", "mv": "~2.0.3", @@ -45,7 +45,7 @@ "rimraf": "~2.2.8", "unzip": "~0.1.9", "which": "~1.0.5", - "youtube-dl": "~1.5.10" + "youtube-dl": "~1.5.11" }, "engines": { "node": ">= 0.8.x" |