From 9360bd3e3921cae4eff9d76118d5b59de3a3f2d0 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Wed, 20 Mar 2019 13:24:01 +0000 Subject: [PATCH] fix(package): update sinon to version 7.3.0 Closes #15 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a89baa8..eb2ad42 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": "^7.3.0", "sinon-as-promised": "^4.0.2", "throw-next-tick": "^0.1.0" }