From 62cfc704ee09e2aa3fd392843907419e0152698c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 21 Jan 2019 21:20:35 +0000 Subject: [PATCH] Update sinon requirement from 2.0.0-pre.2 to 7.2.3 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/commits/v7.2.3) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a102a21..6a3c1b1f 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.2.3" }, "pre-commit": [ "lint"