diff options
-rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 9097178..0589b3d 100644 --- a/package.json +++ b/package.json @@ -34,9 +34,9 @@ "colors": "~1.0.3", "easy-table": "~0.3.0", "filesize": "~3.1.0", - "glob": "~4.3.5", + "glob": "~4.4.0", "inquirer": "~0.8.0", - "lodash": "~3.1.0", + "lodash": "~3.3.0", "mkdirp": "~0.5.0", "mv": "~2.0.3", "path-extra": "~0.3.0", @@ -46,8 +46,8 @@ "rimraf": "~2.2.8", "unzip": "~0.1.11", "which": "~1.0.8", - "yargs": "~2.3.0", - "youtube-dl": "~1.8.0" + "yargs": "~3.2.1", + "youtube-dl": "~1.10.0" }, "engines": { "node": ">= 0.8.x" |