diff --git a/package.json b/package.json index eb172d4..56bfe02 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@cloudflare/vitest-pool-workers": "^0.4.6", - "@types/uuid": "^9.0.8", + "@types/uuid": "^10.0.0", "prettier": "^3.3.2", "typescript": "^5.5.2", "vitest": "1.3.0", diff --git a/yarn.lock b/yarn.lock index 2624068..4f8c3ff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -432,10 +432,10 @@ dependencies: undici-types "~5.26.4" -"@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== "@vitest/expect@1.3.0": version "1.3.0"