From 7deb883e4e07233545abcfec4c6245aabfecc67e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 26 May 2021 05:31:02 +0000 Subject: [PATCH] Bump sinon from 9.2.4 to 11.1.0 Bumps [sinon](https://github.com/sinonjs/sinon) from 9.2.4 to 11.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/commits) 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 d3cbab6..b70b35c 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "grunt-contrib-concat": "^1.0.1", "grunt-contrib-watch": "^1.0.0", "matchdep": "^2.0.0", - "sinon": "^9.0.2", + "sinon": "^11.1.0", "tape": "^4.9.2", "webpack": "^4.28.1" },