diff options
author | przemyslawpluta <przemekpluta@hotmail.com> | 2014-10-24 09:56:31 +0100 |
---|---|---|
committer | przemyslawpluta <przemekpluta@hotmail.com> | 2014-10-24 09:56:31 +0100 |
commit | 23b3b930a6c62a76d55071cdf9979ee6b6a5d526 (patch) | |
tree | 177dcd9bd7d8e8badf3b553786b59c9735db4fd6 /package.json | |
parent | 53377f631000a517c0148cc278ad78e4f955329f (diff) | |
download | mongo-edu-23b3b930a6c62a76d55071cdf9979ee6b6a5d526.zip |
version bump
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index b0f1227..58ffe6e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongo-edu", "preferGlobal": true, - "version": "0.2.0", + "version": "0.2.1", "author": "Przemyslaw Pluta <przemyslawplutadev@gmail.com> (http://przemyslawpluta.com)", "description": "Select and download videos and handouts from university.mongodb.com courses", "main": "./mongo-edu", @@ -31,7 +31,7 @@ "license": "MIT", "dependencies": { "cheerio": "~0.17.0", - "colors": "~1.0.1", + "colors": "~1.0.3", "easy-table": "~0.3.0", "filesize": "~2.0.3", "glob": "~4.0.6", @@ -41,13 +41,13 @@ "mv": "~2.0.3", "path-extra": "~0.3.0", "progress": "~1.1.8", - "request": "~2.42.0", + "request": "~2.46.0", "request-progress": "~0.3.1", "rimraf": "~2.2.8", "unzip": "~0.1.11", "which": "~1.0.5", "yargs": "~1.3.1", - "youtube-dl": "~1.5.15" + "youtube-dl": "~1.5.16" }, "engines": { "node": ">= 0.8.x" |