Merge pull request #25 from Kononnable/greenkeeper/mocha-5.0.0

Update mocha to the latest version 🚀
This commit is contained in:
Kononnable 2018-01-18 23:30:02 +01:00 committed by GitHub
commit bedb1fb028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1882,9 +1882,9 @@
}
},
"mocha": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-4.1.0.tgz",
"integrity": "sha512-0RVnjg1HJsXY2YFDoTNzcc1NKhYuXKRrBAG2gDygmJJA136Cs2QlRliZG1mA0ap7cuaT30mw16luAeln+4RiNA==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-5.0.0.tgz",
"integrity": "sha512-ukB2dF+u4aeJjc6IGtPNnJXfeby5d4ZqySlIBT0OEyva/DrMjVm5HkQxKnHDLKEfEQBsEnwTg9HHhtPHJdTd8w==",
"dev": true,
"requires": {
"browser-stdout": "1.3.0",

View File

@ -56,7 +56,7 @@
"dotenv": "^4.0.0",
"fs-extra": "^5.0.0",
"istanbul": "^0.4.5",
"mocha": "^4.0.1",
"mocha": "^5.0.0",
"remap-istanbul": "^0.10.0",
"sinon": "^4.1.2",
"sinon-chai": "^2.14.0",