Update mocha in group sample-code to the latest version 🚀 (#13876)

* chore(package): update mocha to version 7.0.1

* chore(package): update mocha to version 7.0.1
This commit is contained in:
greenkeeper[bot]
2020-01-27 12:54:04 -08:00
committed by Isaac A. Murchie
parent e46e8aff29
commit 0cd15541da
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
"devDependencies": {
"assert": "^2.0.0",
"chai": "^4.1.2",
"mocha": "^6.0.0",
"mocha": "^7.0.1",
"webdriverio": "^5.1.0"
}
}