From d896eda45393059b3bc5c7c7685c1aa24d3c3214 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Mar 2021 10:23:36 +0000 Subject: [PATCH] Bump sinon-chai from 3.5.0 to 3.6.0 Bumps [sinon-chai](https://github.com/domenic/sinon-chai) from 3.5.0 to 3.6.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/3.5.0...3.6.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 09812f6..7c3a528 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1208,9 +1208,9 @@ } }, "sinon-chai": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/sinon-chai/-/sinon-chai-3.5.0.tgz", - "integrity": "sha512-IifbusYiQBpUxxFJkR3wTU68xzBN0+bxCScEaKMjBvAQERg6FnTTc1F17rseLb1tjmkJ23730AXpFI0c47FgAg==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/sinon-chai/-/sinon-chai-3.6.0.tgz", + "integrity": "sha512-bk2h+0xyKnmvazAnc7HE5esttqmCerSMcBtuB2PS2T4tG6x8woXAxZeJaOJWD+8reXHngnXn0RtIbfEW9OTHFg==", "dev": true }, "slash": { diff --git a/package.json b/package.json index 6f17240..4e54b2d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "prettier": "^2.1.2", "pretty-quick": "^3.0.2", "sinon": "^9.0.3", - "sinon-chai": "^3.5.0" + "sinon-chai": "^3.6.0" }, "husky": { "hooks": {