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"