From e4ebaeecee0fce3bf2024a93f218a045a8c1a2c3 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Tue, 8 Jun 2021 11:21:18 +0200 Subject: [PATCH] chore: Upgrade `sinon` to v11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa1ff08ff..e09fe9255 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "process-utils": "^4.0.0", "proxyquire": "^2.1.3", "semver-regex": "^3.1.2", - "sinon": "^10.0.0", + "sinon": "^11.1.1", "sinon-chai": "^3.7.0", "standard-version": "^9.3.0", "strip-ansi": "^6.0.0",