From 140292bd21329da62fa6b072a73982dc4d6981df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 24 May 2019 08:35:31 +0000 Subject: [PATCH] Update sinon requirement from 1.12.2 to 7.3.2 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.12.2...v7.3.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ade349..7c83c53 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "karma-safari-launcher": "~0.1.1", "karma-sinon": "^1.0.4", "requirejs": "^2.1.15", - "sinon": "1.12.2" + "sinon": "7.3.2" }, "scripts": { "test": "./node_modules/.bin/karma start --browsers Firefox --single-run"