From 17c295da1b28a0a680d17a408b36c81128eebc4f Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 18 Feb 2019 15:48:21 +0000 Subject: [PATCH] chore(package): update sinon to version 7.2.4 Closes #19 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 57ea8b4..1cd0fea 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,6 @@ "express": "~4.16.3", "fs-extra": "~6.0.1", "mocha": "~5.2.0", - "sinon": "~6.0.0" + "sinon": "~7.2.4" } }