From e73f810e65180dfd8b13bb1bae5410413cb17cc5 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 25 Oct 2023 05:54:22 +0200 Subject: [PATCH] chore(deps): update dependency sinon to v17 (#1293) --- package.json | 2 +- samples/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 83db9cde..e85fedb9 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "pack-n-play": "^2.0.0", "prettier": "^3.0.0", "proxyquire": "^2.1.0", - "sinon": "^16.0.0", + "sinon": "^17.0.0", "typescript": "^5.1.6" } } diff --git a/samples/package.json b/samples/package.json index 4baebbaf..f3890539 100644 --- a/samples/package.json +++ b/samples/package.json @@ -27,7 +27,7 @@ "chai": "^4.2.0", "mocha": "^8.0.0", "proxyquire": "^2.1.3", - "sinon": "^16.0.0", + "sinon": "^17.0.0", "uuid": "^9.0.0" } } \ No newline at end of file