mirror of
https://github.com/datashard/snapshot.git
synced 2024-11-22 06:02:29 +00:00
chore(deps): update dependency mocha to v4.1.0
This commit is contained in:
parent
a2d588c399
commit
fda76e41bf
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue