From 5145e9f727ed5830ead3332cbfb26627494eafd6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2020 05:42:22 +0000 Subject: [PATCH] Bump @types/uuid from 3.4.5 to 8.0.1 Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 3.4.5 to 8.0.1. - [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..077dd8c 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": "^8.0.1", "@types/sinon": "^7.0.13", "faker": "^4.1.0", "fixture-repository": "^1.2.2", diff --git a/yarn.lock b/yarn.lock index 6c8afdc..fa48e88 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@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.0.1.tgz#42958a1a880640b139eea97a1640e1a3f61016d2" "@types/yargs-parser@*": version "13.1.0"