From ac2142b992129bc4a9112ba88f14588d33cfbf7d Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Wed, 21 Mar 2018 18:29: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 10658d3f..02a042f2 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "husky": "^0.14.3", "lint-staged": "^7.0.0", "prettier": "^1.8.2", - "sinon": "^4.1.3" + "sinon": "^5.0.0" }, "lint-staged": { "*.js": ["eslint --fix"],