From 5ea544d5940737b280eadd3606cb2a0c76aa416d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Oct 2020 11:30:23 +0000 Subject: [PATCH] Bump sinon from 7.5.0 to 9.1.0 Bumps [sinon](https://github.com/sinonjs/sinon) from 7.5.0 to 9.1.0. - [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/v7.5.0...v9.1.0) 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 ab343da..c0ff7f3 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "nyc": "^13.1.0", "proxyquire": "^2.1.0", "rimraf": "^2.6.2", - "sinon": "^7.0.0", + "sinon": "^9.1.0", "sinon-chai": "^3.2.0", "ts-node": "^7.0.1", "tslint": "^5.11.0",