From b06dea95e251dfaa44298a8bc549564310df644f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 25 Oct 2023 03:31:21 +0000 Subject: [PATCH] chore(deps): update dependency sinon to v17 --- 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