Skip to content

Commit 24c0b88

Browse files
chore(deps): update dependency @types/uuid to v11
1 parent 93125d6 commit 24c0b88

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@sourcegraph/tsconfig": "^4.0.1",
4444
"@sourcegraph/tslint-config": "^13.4.0",
4545
"@types/eslint": "8.56.10",
46-
"@types/uuid": "9.0.8",
46+
"@types/uuid": "11.0.0",
4747
"eslint": "^9.2.0",
4848
"husky": "^3.1.0",
4949
"lsif-util": "^0.2.15",

yarn.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -661,10 +661,12 @@
661661
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.4.tgz#0a41252ad431c473158b22f9bfb9a63df7541cff"
662662
integrity sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ==
663663

664-
"@types/uuid@9.0.8":
665-
version "9.0.8"
666-
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.8.tgz#7545ba4fc3c003d6c756f651f3bf163d8f0f29ba"
667-
integrity sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==
664+
"@types/uuid@11.0.0":
665+
version "11.0.0"
666+
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-11.0.0.tgz#f4fa34bbf2af941148ef1973c4361fc43617971c"
667+
integrity sha512-HVyk8nj2m+jcFRNazzqyVKiZezyhDKrGUA3jlEcg/nZ6Ms+qHwocba1Y/AaVaznJTAM9xpdFSh+ptbNrhOGvZA==
668+
dependencies:
669+
uuid "*"
668670

669671
"@types/yargs-parser@*":
670672
version "15.0.0"
@@ -6656,7 +6658,7 @@ util-promisify@^2.1.0:
66566658
dependencies:
66576659
object.getownpropertydescriptors "^2.0.3"
66586660

6659-
uuid@^3.3.2, uuid@^3.3.3:
6661+
uuid@*, uuid@^3.3.2, uuid@^3.3.3:
66606662
version "3.3.3"
66616663
resolved "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866"
66626664
integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==

0 commit comments

Comments
 (0)