From 0d33062fbcff95484c151b710fd99b938a0481d5 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 1 Apr 2020 23:38:57 +0200 Subject: [PATCH] chore(deps): update dependency @types/sinon to v9 (#570) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@types/sinon](https://togithub.com/DefinitelyTyped/DefinitelyTyped) | devDependencies | major | [`^7.5.1` -> `^9.0.0`](https://renovatebot.com/diffs/npm/@types%2fsinon/7.5.2/9.0.0) | --- ### Renovate configuration :date: **Schedule**: "after 9am and before 3pm" (UTC). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/nodejs-vision). --- packages/google-cloud-vision/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-cloud-vision/package.json b/packages/google-cloud-vision/package.json index 53d089ee3b4..356cd015398 100644 --- a/packages/google-cloud-vision/package.json +++ b/packages/google-cloud-vision/package.json @@ -51,7 +51,7 @@ "@types/mocha": "^7.0.1", "@types/node": "^13.7.4", "@types/is": "0.0.21", - "@types/sinon": "^7.5.1", + "@types/sinon": "^9.0.0", "@types/uuid": "^3.4.7", "c8": "^7.1.0", "@google-cloud/storage": "^4.3.1",