From 148caec18c5e9ff75905d27fa418de463628fe70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 12:32:07 +0000 Subject: [PATCH] Bump sinon-chai from 3.7.0 to 4.0.1 Bumps [sinon-chai](https://github.com/chaijs/sinon-chai) from 3.7.0 to 4.0.1. - [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.1) --- updated-dependencies: - dependency-name: sinon-chai dependency-version: 4.0.1 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 597c1c03a..2ac1c3176 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "path-exists-cli": "~2.0.0", "rimraf": "~3.0.2", "sinon": "~13.0.1", - "sinon-chai": "~3.7.0", + "sinon-chai": "~4.0.1", "source-map-support": "~0.5.21", "thrift": "~0.16.0", "ts-node": "~10.9.1",