From 5aaae7c786e98669a207799a74055e0e91c0bf4d Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 18 Jan 2018 04:40:13 +0000 Subject: [PATCH] chore(package): update mocha to version 5.0.0 Closes #23 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c1b972..19e6128 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "chai": "^3.5.0", "istanbul": "^0.4.5", "memdown": "^1.0.0", - "mocha": "^3.2.0", + "mocha": "^5.0.0", "pouchdb": "^6.0.0" } }