From 78e2ddd2bdea4b440fdf9ca0fbc66b86ef0fa1fa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2020 12:59:24 +0000 Subject: [PATCH] chore(deps-dev): bump sinon from 7.5.0 to 8.1.1 Bumps [sinon](https://github.com/sinonjs/sinon) from 7.5.0 to 8.1.1. - [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...v8.1.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 9956683..d271e4c 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "chai": "^4.2.0", "chai-string": "^1.5.0", "dirty-chai": "^2.0.1", - "sinon": "^7.5.0" + "sinon": "^8.1.1" }, "engines": { "node": ">=10.0.0",