diff --git a/package.json b/package.json index 3a23a2b0..ced2ac32 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@sourcegraph/tsconfig": "^4.0.1", "@sourcegraph/tslint-config": "^13.4.0", "@types/eslint": "8.56.10", - "@types/uuid": "9.0.8", + "@types/uuid": "11.0.0", "eslint": "^9.2.0", "husky": "^3.1.0", "lsif-util": "^0.2.15", diff --git a/yarn.lock b/yarn.lock index 6f7aa2d6..b972b825 100644 --- a/yarn.lock +++ b/yarn.lock @@ -661,10 +661,12 @@ resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.4.tgz#0a41252ad431c473158b22f9bfb9a63df7541cff" integrity sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ== -"@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@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 "15.0.0" @@ -6656,7 +6658,7 @@ util-promisify@^2.1.0: dependencies: object.getownpropertydescriptors "^2.0.3" -uuid@^3.3.2, uuid@^3.3.3: +uuid@*, uuid@^3.3.2, uuid@^3.3.3: version "3.3.3" resolved "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866" integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==