From 0d8b7153fc156a4b55e965f39161bd5c19bffff6 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 21 Sep 2023 16:12:40 +0200 Subject: [PATCH] fix(deps): update dependency sinon to v16 (#1150) --- package.json | 2 +- samples/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bce61be4b..e887484c6 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "p-queue": "^6.6.1", "pack-n-play": "^1.0.0-2", "proxyquire": "^2.1.3", - "sinon": "^15.0.0", + "sinon": "^16.0.0", "ts-loader": "^8.0.0", "typescript": "^5.1.6", "webpack-cli": "^5.0.0" diff --git a/samples/package.json b/samples/package.json index d743be86b..3cd8f31b9 100644 --- a/samples/package.json +++ b/samples/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@google-cloud/datastore": "^8.1.0", - "sinon": "^15.0.0" + "sinon": "^16.0.0" }, "devDependencies": { "chai": "^4.2.0",