From 87e81aebbdc399b02489bb33734c6eaef352f24c 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:26:40 +0000 Subject: [PATCH] Bump @types/uuid from 3.4.7 to 8.0.1 Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 3.4.7 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, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f38e832..51fd0bf 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@types/mocha": "^5.2.6", "@types/mongodb": "^3.3.3", "@types/sequelize": "^4.28.4", - "@types/uuid": "^3.4.5", + "@types/uuid": "^8.0.1", "mocha": "^6.2.0", "mock-require": "^3.0.3" } diff --git a/yarn.lock b/yarn.lock index db7824e..fc4d963 100644 --- a/yarn.lock +++ b/yarn.lock @@ -125,10 +125,10 @@ "@types/lodash" "*" "@types/validator" "*" -"@types/uuid@^3.4.5": - version "3.4.7" - resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-3.4.7.tgz#51d42247473bc00e38cc8dfaf70d936842a36c03" - integrity sha512-C2j2FWgQkF1ru12SjZJyMaTPxs/f6n90+5G5qNakBxKXjTBc/YTSelHh4Pz1HUDwxFXD9WvpQhOGCDC+/Y4mIQ== +"@types/uuid@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.0.1.tgz#42958a1a880640b139eea97a1640e1a3f61016d2" + integrity sha512-2kE8rEFgJpbBAPw5JghccEevQb0XVU0tewF/8h7wPQTeCtoJ6h8qmBIwuzUVm2MutmzC/cpCkwxudixoNYDp1A== "@types/validator@*": version "10.11.3"