From 749961d0f6578d60c1b17ceaa72bed40826633be Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:33:11 +0000 Subject: [PATCH] Update sinon-chai to v4 Update @types/sinon-chai from 3.2.12 to 4.0.0 Change-type: patch --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ece5be75..021d8976 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@types/mocha": "^10.0.6", "@types/rewire": "^2.5.30", "@types/sinon": "^17.0.3", - "@types/sinon-chai": "^3.2.12", + "@types/sinon-chai": "^4.0.0", "chai": "^4.4.1", "chai-as-promised": "^7.1.1", "chai-like": "^1.1.1", @@ -63,7 +63,7 @@ "rewire": "^7.0.0", "rimraf": "^6.0.0", "sinon": "^19.0.0", - "sinon-chai": "^3.7.0", + "sinon-chai": "^4.0.0", "typescript": "^5.4.5" }, "dependencies": {