Skip to content

Commit 9f7b732

Browse files
Update dependency @types/uuid to v11
1 parent 6509d68 commit 9f7b732

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

packages/errors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@types/lodash": "^4.14.200",
3939
"@types/mocha": "^10.0.3",
40-
"@types/uuid": "^9.0.6",
40+
"@types/uuid": "^11.0.0",
4141
"c8": "10.1.3",
4242
"esbuild": "^0.19.5",
4343
"lodash": "^4.17.21",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2840,10 +2840,12 @@
28402840
resolved "https://registry.yarnpkg.com/@types/symlink-or-copy/-/symlink-or-copy-1.2.2.tgz#51b1c00b516a5774ada5d611e65eb123f988ef8d"
28412841
integrity sha512-MQ1AnmTLOncwEf9IVU+B2e4Hchrku5N67NkgcAHW0p3sdzPe0FNMANxEm6OJUzPniEQGkeT3OROLlCwZJLWFZA==
28422842

2843-
"@types/uuid@^9.0.6":
2844-
version "9.0.8"
2845-
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.8.tgz#7545ba4fc3c003d6c756f651f3bf163d8f0f29ba"
2846-
integrity sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==
2843+
"@types/uuid@^11.0.0":
2844+
version "11.0.0"
2845+
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-11.0.0.tgz#f4fa34bbf2af941148ef1973c4361fc43617971c"
2846+
integrity sha512-HVyk8nj2m+jcFRNazzqyVKiZezyhDKrGUA3jlEcg/nZ6Ms+qHwocba1Y/AaVaznJTAM9xpdFSh+ptbNrhOGvZA==
2847+
dependencies:
2848+
uuid "*"
28472849

28482850
"@types/yargs-parser@*":
28492851
version "21.0.3"
@@ -9547,6 +9549,11 @@ [email protected]:
95479549
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
95489550
integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==
95499551

9552+
uuid@*:
9553+
version "13.0.0"
9554+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-13.0.0.tgz#263dc341b19b4d755eb8fe36b78d95a6b65707e8"
9555+
integrity sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==
9556+
95509557
[email protected], uuid@^9.0.0:
95519558
version "9.0.1"
95529559
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"

0 commit comments

Comments
 (0)