diff options
-rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index d88fa8c..02455c3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongo-edu", "preferGlobal": true, - "version": "0.2.3", + "version": "0.2.4", "author": "Przemyslaw Pluta <przemyslawplutadev@gmail.com> (http://przemyslawpluta.com)", "description": "Select and download videos and handouts from university.mongodb.com courses", "main": "./mongo-edu", @@ -33,8 +33,8 @@ "cheerio": "~0.18.0", "colors": "~1.0.3", "easy-table": "~0.3.0", - "filesize": "~2.0.3", - "glob": "~4.3.1", + "filesize": "~3.0.0", + "glob": "~4.3.2", "inquirer": "~0.8.0", "lodash": "~2.4.1", "mkdirp": "~0.5.0", @@ -47,7 +47,7 @@ "unzip": "~0.1.11", "which": "~1.0.8", "yargs": "~1.3.1", - "youtube-dl": "~1.6.0" + "youtube-dl": "~1.7.0" }, "engines": { "node": ">= 0.8.x" |