diff --git a/package.json b/package.json index f38e832..69be298 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.0", "mocha": "^6.2.0", "mock-require": "^3.0.3" } diff --git a/yarn.lock b/yarn.lock index 1014c3c..ad994c3 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.0": + version "8.0.0" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.0.0.tgz#165aae4819ad2174a17476dbe66feebd549556c0" + integrity sha512-xSQfNcvOiE5f9dyd4Kzxbof1aTrLobL278pGLKOZI6esGfZ7ts9Ka16CzIN6Y8hFHE1C7jIBZokULhK1bOgjRw== "@types/validator@*": version "10.11.3"