From c79030824bd049e8022c5c8a7ae1b80629f25254 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2019 17:13:19 +0000 Subject: [PATCH] Update sinon requirement from ~1.7.3 to ~2.4.1 Updates the requirements on [sinon](https://github.com/sinonjs/sinon) to permit the latest version. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinonjs/sinon/compare/v1.7.3...v2.4.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 345ccdd..89a6260 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "devDependencies": { "mocha": "~5.2.0", "nock": "~10.0.6", - "sinon": "~1.7.3" + "sinon": "~2.4.1" }, "engines": { "node": ">=0.10.x",