From 58c2b3fd97b1bab6bd6f03de0d7cdfba622bb6cb Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 20 Feb 2020 01:49:35 +0100 Subject: [PATCH] fix(deps): update dependency sinon to v9 (#592) --- package.json | 2 +- samples/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b3fb7e989..8bac8fb47 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "c8": "^7.0.0", "prettier": "^1.17.1", "proxyquire": "^2.1.0", - "sinon": "^8.0.0", + "sinon": "^9.0.0", "tmp": "0.1.0", "typescript": "3.6.4" } diff --git a/samples/package.json b/samples/package.json index 00102a6a4..34fb72f87 100644 --- a/samples/package.json +++ b/samples/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@google-cloud/datastore": "^5.0.5", - "sinon": "^8.0.0" + "sinon": "^9.0.0" }, "devDependencies": { "chai": "^4.2.0",