diff --git a/package.json b/package.json index 3283da5..59dbf74 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@types/express": "^4.17.21", "@types/jsdom": "^21.1.7", "@types/node-fetch": "^2.6.4", - "@types/uuid": "^9.0.8", + "@types/uuid": "^10.0.0", "body-parser": "^1.20.2", "express": "^4.19.2", "io-ts": "^2.2.21", diff --git a/yarn.lock b/yarn.lock index 1ff5677..236c9b6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -157,10 +157,10 @@ resolved "https://registry.yarnpkg.com/@types/tough-cookie/-/tough-cookie-4.0.2.tgz#6286b4c7228d58ab7866d19716f3696e03a09397" integrity sha512-Q5vtl1W5ue16D+nIaW8JWebSSraJVlK+EthKn7e7UcD4KWsaSJ8BqGPXNaPghgtcn/fhvrN17Tv8ksUsQpiplw== -"@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/uuid@^10.0.0": + version "10.0.0" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-10.0.0.tgz#e9c07fe50da0f53dc24970cca94d619ff03f6f6d" + integrity sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ== abbrev@1: version "1.1.1"