diff --git a/package.json b/package.json index f38e832..9b4f49a 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": "^7.0.2", "mocha": "^6.2.0", "mock-require": "^3.0.3" } diff --git a/yarn.lock b/yarn.lock index 418378e..40d5908 100644 --- a/yarn.lock +++ b/yarn.lock @@ -126,10 +126,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@^7.0.2": + version "7.0.2" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-7.0.2.tgz#d680a9c596ef84abf5c4c07a32ffd66d582526f8" + integrity sha512-8Ly3zIPTnT0/8RCU6Kg/G3uTICf9sRwYOpUzSIM3503tLIKcnJPRuinHhXngJUy2MntrEf6dlpOHXJju90Qh5w== "@types/validator@*": version "10.11.3"