diff --git a/package.json b/package.json index 2369fce..0f36277 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@types/lodash": "^4.14.138", "@types/nock": "^11.1.0", "@types/node": "^12.7.5", - "@types/uuid": "^3.4.5", + "@types/uuid": "^7.0.0", "ava": "^2.4.0", "nock": "^11.3.4", "tslint": "^5.20.0", diff --git a/yarn.lock b/yarn.lock index f745c68..b97e9c9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -366,12 +366,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.5.tgz#e19436e7f8e9b4601005d73673b6dc4784ffcc2f" integrity sha512-9fq4jZVhPNW8r+UYKnxF1e2HkDWOWKM5bC2/7c9wPV835I0aOrVbS/Hw/pWPk2uKrNXQqg9Z959Kz+IYDd5p3w== -"@types/uuid@^3.4.5": - version "3.4.5" - resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-3.4.5.tgz#d4dc10785b497a1474eae0ba7f0cb09c0ddfd6eb" - integrity sha512-MNL15wC3EKyw1VLF+RoVO4hJJdk9t/Hlv3rt1OL65Qvuadm4BYo6g9ZJQqoq7X8NBFSsQXgAujWciovh2lpVjA== - 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" + integrity sha512-RiX1I0lK9WFLFqy2xOxke396f0wKIzk5sAll0tL4J4XDYJXURI7JOs96XQb3nP+2gEpQ/LutBb66jgiT5oQshQ== ajv@^6.5.5: version "6.10.2"