From a96a47c797cd0f6c66a5225644408fbaa7d37fd4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 13:13:42 +0000 Subject: [PATCH] Bump sinon from 2.4.1 to 11.1.1 Bumps [sinon](https://github.com/sinonjs/sinon) from 2.4.1 to 11.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/v2.4.1...v11.1.1) Signed-off-by: dependabot-preview[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d8e429a..2619716 100644 --- a/package.json +++ b/package.json @@ -30,11 +30,11 @@ "chai": "^4.1.2", "chai-as-promised": "^7.1.1", "dirty-chai": "^2.0.1", - "sinon": "^2.1.0", + "sinon": "^11.1.1", "sinon-chai": "^2.14.0" }, "devDependencies": { "mocha": "^5.0.1", - "sinon": "^4.3.0" + "sinon": "^11.1.1" } }