From 373b60b97520841102b6870f1086920f4f7baa3f Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Wed, 21 Mar 2018 17:27:33 +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 203181a..90c46e5 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "mocha": "^5.0.0", "sax": "^1.2.4", "should": "^13.2.1", - "sinon": "^4.2.1" + "sinon": "^5.0.0" }, "scripts": { "test": "node test-runner.js",