From 3e3799273d79532d9536f1edcf6ef3a1626c4984 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 01:37:45 +0000 Subject: [PATCH] Bump sinon-chai from 3.7.0 to 4.0.0 Bumps [sinon-chai](https://github.com/chaijs/sinon-chai) from 3.7.0 to 4.0.0. - [Release notes](https://github.com/chaijs/sinon-chai/releases) - [Changelog](https://github.com/chaijs/sinon-chai/blob/master/CHANGELOG.md) - [Commits](https://github.com/chaijs/sinon-chai/compare/3.7.0...4.0.0) --- updated-dependencies: - dependency-name: sinon-chai dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2818f53..493b3a4 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,6 @@ "mocha": "^10.0.0", "mock-require": "^3.0.3", "sinon": "^18.0.0", - "sinon-chai": "^3.6.0" + "sinon-chai": "^4.0.0" } }