From f6eac011056a39adf6654fa699d62578b5d30b19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 02:56:23 +0000 Subject: [PATCH] chore(deps): update dependency sinon to v19 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a02451c..1de174c 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "babel-preset-es2015": "^6.24.1", "chai": "^1.10.0", "mocha": "~1.x.x", - "sinon": "^1.12.2" + "sinon": "^19.0.0" }, "babel": { "sourceMaps": "inline",