From d5da10203cee62b33077d53eb4bda089d33c707a Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Wed, 21 Mar 2018 19:35:21 +0000 Subject: [PATCH] chore(package): update sinon to version 5.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 054180c..bbc4796 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "eslint-plugin-import": "^2.8.0", "mocha": "^5.0.0", "nyc": "^11.4.1", - "sinon": "^4.0.0" + "sinon": "^5.0.0" }, "scripts": { "build": "babel src -d dist",