From 26f4ec2a5dca0f30a4be663a0ebfc7e87ecb9852 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 13:13:30 +0000 Subject: [PATCH] Bump sinon-chai from 2.14.0 to 3.7.0 Bumps [sinon-chai](https://github.com/domenic/sinon-chai) from 2.14.0 to 3.7.0. - [Release notes](https://github.com/domenic/sinon-chai/releases) - [Changelog](https://github.com/domenic/sinon-chai/blob/master/CHANGELOG.md) - [Commits](https://github.com/domenic/sinon-chai/compare/v2.14.0...3.7.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 d8e429a..bd997d5 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "chai-as-promised": "^7.1.1", "dirty-chai": "^2.0.1", "sinon": "^2.1.0", - "sinon-chai": "^2.14.0" + "sinon-chai": "^3.7.0" }, "devDependencies": { "mocha": "^5.0.1",