From a263ea370c0ee0d7eb1a091ac86863b95d5c1256 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 11 Jun 2018 05:28:20 +0000 Subject: [PATCH] fix(package): update sinon to version 6.0.0 Closes #15 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ad8230..facacd7 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "amqplib": "^0.5.1", "assert-args": "^1.0.4", "cast-buffer": "^1.1.0", - "sinon": "^1.17.3", + "sinon": "^6.0.0", "sinon-as-promised": "^4.0.2", "throw-next-tick": "^0.1.0" }