diff --git a/package.json b/package.json index 79bf765ec1..6b834d0346 100644 --- a/package.json +++ b/package.json @@ -174,7 +174,7 @@ "@types/stoppable": "1.1.3", "@types/supertest": "6.0.2", "@types/type-is": "1.6.6", - "@types/uuid": "9.0.7", + "@types/uuid": "9.0.8", "concurrently": "^8.0.1", "copyfiles": "2.4.1", "coveralls": "3.1.1", diff --git a/yarn.lock b/yarn.lock index f1b2db73df..028db1d112 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1655,10 +1655,10 @@ dependencies: "@types/node" "*" -"@types/uuid@9.0.7": - version "9.0.7" - resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.7.tgz#b14cebc75455eeeb160d5fe23c2fcc0c64f724d8" - integrity sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g== +"@types/uuid@9.0.8": + version "9.0.8" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.8.tgz#7545ba4fc3c003d6c756f651f3bf163d8f0f29ba" + integrity sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA== "@types/yargs-parser@*": version "21.0.0"