diff --git a/package.json b/package.json index 01c95e222a..46e42f73a1 100644 --- a/package.json +++ b/package.json @@ -188,7 +188,7 @@ "@types/stoppable": "1.1.1", "@types/supertest": "2.0.12", "@types/type-is": "1.6.3", - "@types/uuid": "9.0.1", + "@types/uuid": "9.0.2", "@typescript-eslint/eslint-plugin": "5.59.9", "@typescript-eslint/parser": "5.59.9", "concurrently": "^8.0.1", diff --git a/yarn.lock b/yarn.lock index c2a9636d2f..92f4411daa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1468,10 +1468,10 @@ dependencies: "@types/node" "*" -"@types/uuid@9.0.1": - version "9.0.1" - resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.1.tgz#98586dc36aee8dacc98cc396dbca8d0429647aa6" - integrity sha512-rFT3ak0/2trgvp4yYZo5iKFEPsET7vKydKF+VRCxlQ9bpheehyAJH89dAkaLEq/j/RZXJIqcgsmPJKUP1Z28HA== +"@types/uuid@9.0.2": + version "9.0.2" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.2.tgz#ede1d1b1e451548d44919dc226253e32a6952c4b" + integrity sha512-kNnC1GFBLuhImSnV7w4njQkUiJi0ZXUycu1rUaouPqiKlXkh77JKgdRnTAp1x5eBwcIwbtI+3otwzuIDEuDoxQ== "@types/yargs-parser@*": version "21.0.0"