From d154ff30c426484ab749ffc9fce35c6e1d9d8f69 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 20 May 2020 21:57:08 +0200 Subject: [PATCH] chore(deps): update dependency @types/uuid to v8 (#1268) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@types/uuid](https://togithub.com/DefinitelyTyped/DefinitelyTyped) | devDependencies | major | [`^7.0.0` -> `^8.0.0`](https://renovatebot.com/diffs/npm/@types%2fuuid/7.0.4/8.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/cloud-trace-nodejs). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5dd7cb32d..4f42993e6 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@types/shimmer": "^1.0.1", "@types/source-map-support": "^0.5.1", "@types/tmp": "0.2.0", - "@types/uuid": "^7.0.0", + "@types/uuid": "^8.0.0", "axios": "^0.19.0", "c8": "^7.0.0", "cpy": "^8.0.0",