diff --git a/package.json b/package.json index fea78a0b15..675a874d5b 100644 --- a/package.json +++ b/package.json @@ -189,7 +189,7 @@ "@types/stoppable": "1.1.1", "@types/supertest": "2.0.12", "@types/type-is": "1.6.3", - "@types/uuid": "9.0.2", + "@types/uuid": "9.0.3", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "concurrently": "^8.0.1", diff --git a/yarn.lock b/yarn.lock index ffc64573f0..2ccb456fde 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1569,10 +1569,10 @@ dependencies: "@types/node" "*" -"@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/uuid@9.0.3": + version "9.0.3" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.3.tgz#6cdd939b4316b4f81625de9f06028d848c4a1533" + integrity sha512-taHQQH/3ZyI3zP8M/puluDEIEvtQHVYcC6y3N8ijFtAd28+Ey/G4sg1u2gB01S8MwybLOKAp9/yCMu/uR5l3Ug== "@types/yargs-parser@*": version "21.0.0"