From 97a6e348cc8f91c4c7f2e9e314f4f128468f335d Mon Sep 17 00:00:00 2001 From: Romain Date: Thu, 12 Oct 2017 20:12:50 +1100 Subject: [PATCH] Update all dependencies --- README.md | 5 +++-- package.json | 10 +++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 90b7faf..2c6875c 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,9 @@ Deprecated: --original-videos Copy and allow download of full-size videos [boolean] [default: false] Options: - --help Show help [boolean] - --config Path to JSON config file [string] + --version Show version number [boolean] + --help Show help [boolean] + --config Path to JSON config file [string] The optional JSON config should contain a single object with one key per argument, not including the leading "--". For example: diff --git a/package.json b/package.json index f894945..690d989 100644 --- a/package.json +++ b/package.json @@ -37,20 +37,20 @@ "lightgallery": "1.2.14", "lodash": "^4.16.6", "moment": "^2.16.0", - "pad": "^1.0.2", + "pad": "^2.0.1", "progress": "^2.0.0", "thumbsup-downsize": "^1.0.0", "url-join": "^2.0.2", - "video.js": "^5.17.0", - "yargs": "^8.0.2" + "video.js": "^6.2.8", + "yargs": "^9.0.1" }, "devDependencies": { "injectmd": "^1.0.0", "markdown-toc": "^1.1.0", - "mocha": "^3.5.0", + "mocha": "^4.0.1", "mock-fs": "^4.4.1", "require-lint": "^1.3.0", - "should": "^11.1.1", + "should": "^13.1.2", "standard": "^10.0.3" }, "standard": {