diff --git a/desktop/package.json b/desktop/package.json index 60e695519..72742b587 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -150,7 +150,7 @@ "@types/socket.io": "^2.1.4", "@types/testing-library__react": "^10.0.0", "@types/tmp": "^0.2.0", - "@types/uuid": "^7.0.0", + "@types/uuid": "^8.0.0", "@types/which": "^1.3.2", "@types/ws": "^7.2.0", "@types/yargs": "^15.0.4", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index d31adb395..f0117af54 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -2383,10 +2383,10 @@ resolved "https://registry.yarnpkg.com/@types/url-join/-/url-join-4.0.0.tgz#72eff71648a429c7d4acf94e03780e06671369bd" integrity sha512-awrJu8yML4E/xTwr2EMatC+HBnHGoDxc2+ImA9QyeUELI1S7dOCIZcyjki1rkwoA8P2D2NVgLAJLjnclkdLtAw== -"@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== +"@types/uuid@^8.0.0": + version "8.0.0" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.0.0.tgz#165aae4819ad2174a17476dbe66feebd549556c0" + integrity sha512-xSQfNcvOiE5f9dyd4Kzxbof1aTrLobL278pGLKOZI6esGfZ7ts9Ka16CzIN6Y8hFHE1C7jIBZokULhK1bOgjRw== "@types/webdriverio@^4.8.0": version "4.13.3"