From 793e9f7abf4691235da0046ef6b1601dbb8c82fd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2020 03:18:46 +0000 Subject: [PATCH] Bump @types/uuid from 3.4.5 to 7.0.0 Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 3.4.5 to 7.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index df5bc7a..6154876 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@types/faker": "^4.1.5", "@types/jest": "^24.0.18", "@types/node": "^12.0.0", - "@types/uuid": "^3.4.5", + "@types/uuid": "^7.0.0", "@types/sinon": "^7.0.13", "faker": "^4.1.0", "fixture-repository": "^1.2.2", diff --git a/yarn.lock b/yarn.lock index 6c8afdc..5a584b9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -435,11 +435,9 @@ version "1.0.1" resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e" -"@types/uuid@^3.4.5": - version "3.4.5" - resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-3.4.5.tgz#d4dc10785b497a1474eae0ba7f0cb09c0ddfd6eb" - dependencies: - "@types/node" "*" +"@types/uuid@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-7.0.0.tgz#9f6993ccc8210efa90bda7e1afabbb06a9f860cd" "@types/yargs-parser@*": version "13.1.0"