From 3405a9a874986ac3439e799964addd8a3cc2e479 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2019 16:22:42 +0000 Subject: [PATCH] chore(package): update sinon to version 8.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 912374d..42267df 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,6 @@ "lerna": "^3.4.3", "mocha": "^6.0.0", "nyc": "^14.0.0", - "sinon": "^7.2.4" + "sinon": "^8.0.0" } }