summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index c645ae0..3a6a505 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "mongo-edu",
"preferGlobal": true,
- "version": "0.1.35",
+ "version": "0.1.36",
"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.17.0",
"colors": "~0.6.2",
"filesize": "~2.0.3",
- "glob": "~4.0.5",
- "inquirer": "~0.7.1",
+ "glob": "~4.0.6",
+ "inquirer": "~0.7.3",
"lodash": "~2.4.1",
"mkdirp": "~0.5.0",
"mv": "~2.0.3",
@@ -43,9 +43,9 @@
"request": "~2.42.0",
"request-progress": "~0.3.1",
"rimraf": "~2.2.8",
- "unzip": "^0.1.11",
+ "unzip": "~0.1.11",
"which": "~1.0.5",
- "youtube-dl": "~1.5.13"
+ "youtube-dl": "~1.5.14"
},
"engines": {
"node": ">= 0.8.x"