chore(deps): update dependency mocha to v4.1.0

This commit is contained in:
Renovate Bot 2019-04-27 12:13:51 +00:00 committed by renovate[bot]
parent c7e36ef39b
commit 41f76f29e5
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -4807,9 +4807,9 @@
}
},
"mocha": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-4.0.1.tgz",
"integrity": "sha512-evDmhkoA+cBNiQQQdSKZa2b9+W2mpLoj50367lhy+Klnx9OV8XlCIhigUnn1gaTFLQCa0kdNhEGDr0hCXOQFDw==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-4.1.0.tgz",
"integrity": "sha512-0RVnjg1HJsXY2YFDoTNzcc1NKhYuXKRrBAG2gDygmJJA136Cs2QlRliZG1mA0ap7cuaT30mw16luAeln+4RiNA==",
"dev": true,
"requires": {
"browser-stdout": "1.3.0",

View file

@ -81,7 +81,7 @@
"git-issues": "1.3.1",
"github-post-release": "1.13.1",
"license-checker": "15.0.0",
"mocha": "4.0.1",
"mocha": "4.1.0",
"pre-git": "3.16.0",
"semantic-release": "8.2.3"
},