diff --git a/packages/errors/package.json b/packages/errors/package.json index ee9c9c8d..cc718b63 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -37,7 +37,7 @@ "devDependencies": { "@types/lodash": "^4.14.200", "@types/mocha": "^10.0.3", - "@types/uuid": "^9.0.6", + "@types/uuid": "^11.0.0", "c8": "10.1.3", "esbuild": "^0.19.5", "lodash": "^4.17.21", diff --git a/yarn.lock b/yarn.lock index c438be27..b90b91ca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2834,10 +2834,12 @@ "@types/methods" "^1.1.4" "@types/superagent" "^8.1.0" -"@types/uuid@^9.0.6": - 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@^11.0.0": + version "11.0.0" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-11.0.0.tgz#f4fa34bbf2af941148ef1973c4361fc43617971c" + integrity sha512-HVyk8nj2m+jcFRNazzqyVKiZezyhDKrGUA3jlEcg/nZ6Ms+qHwocba1Y/AaVaznJTAM9xpdFSh+ptbNrhOGvZA== + dependencies: + uuid "*" "@types/yargs-parser@*": version "21.0.3" @@ -8592,6 +8594,11 @@ utils-merge@1.0.1: resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA== +uuid@*: + version "13.0.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-13.0.0.tgz#263dc341b19b4d755eb8fe36b78d95a6b65707e8" + integrity sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w== + uuid@9.0.1, uuid@^9.0.0: version "9.0.1" resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"