From 440ef55149ac0ddc1e20933638fe572ec10f64a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 27 Mar 2019 21:16:53 +0000 Subject: [PATCH] Update sinon requirement from 2.0.0-pre.2 to 7.3.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/v2.0.0-pre.2...v7.3.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3581ed53..b9d41866 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "rc-tools": "6.x", "react": "^16.0.0", "react-dom": "^16.0.0", - "sinon": "2.0.0-pre.2" + "sinon": "7.3.1" }, "pre-commit": [ "lint"