From 7fedc0c2e01e09f76d07bd1c690e2f86350bd2ee Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 8 May 2025 16:03:54 +0000 Subject: [PATCH] fix(deps): update dependency sinon to v20 --- .github/scripts/package.json | 2 +- samples/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/package.json b/.github/scripts/package.json index 2c2e5207d..729bda5a0 100644 --- a/.github/scripts/package.json +++ b/.github/scripts/package.json @@ -16,6 +16,6 @@ "devDependencies": { "@octokit/rest": "^19.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0" + "sinon": "^20.0.0" } } \ No newline at end of file diff --git a/samples/package.json b/samples/package.json index f4033a807..d62eaeb86 100644 --- a/samples/package.json +++ b/samples/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@google-cloud/datastore": "^10.0.1", - "sinon": "^18.0.0" + "sinon": "^20.0.0" }, "devDependencies": { "chai": "^4.2.0",