Comparing version 3.1.0 to 3.1.1
Next version | ||
------------------ | ||
3.1.1 / 2020-09-29 | ||
------------------ | ||
* Updated mocha from 7.1.2 to 8.1.3 - See: https://github.com/alallier/reload/pull/255 | ||
* Updated codecov from 3.7.0 to 3.7.2 - See: https://github.com/alallier/reload/pull/258 and https://github.com/alallier/reload/pull/266 | ||
* Updated commander from 5.1.0 to 6.1.0 - See: https://github.com/alallier/reload/pull/259 and https://github.com/alallier/reload/pull/265 | ||
* Updated sinon from 9.0.2 to 9.1.0 - See: https://github.com/alallier/reload/pull/264 | ||
3.1.0 / 2020-06-10 | ||
@@ -5,0 +13,0 @@ ------------------ |
{ | ||
"name": "reload", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"files": [ | ||
@@ -28,3 +28,3 @@ "bin", | ||
"cli-color": "~2.0.0", | ||
"commander": "~5.1.0", | ||
"commander": "~6.1.0", | ||
"finalhandler": "~1.1.1", | ||
@@ -39,7 +39,7 @@ "minimist": "~1.2.0", | ||
"devDependencies": { | ||
"codecov": "3.7.0", | ||
"sinon": "9.0.2", | ||
"codecov": "3.7.2", | ||
"sinon": "9.1.0", | ||
"standard": "14.3.4", | ||
"express": "4.17.1", | ||
"mocha": "7.1.2", | ||
"mocha": "8.1.3", | ||
"nyc": "15.1.0" | ||
@@ -46,0 +46,0 @@ }, |
57394
+ Addedcommander@6.1.0(transitive)
- Removedcommander@5.1.0(transitive)
Updatedcommander@~6.1.0