Skip to content

Commit 0c96afd

Browse files
chore(deps): update dependency @types/uuid to v11 (#1184)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0bebdd7 commit 0c96afd

4 files changed

Lines changed: 14 additions & 7 deletions

File tree

packages/history-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@commercetools/platform-sdk": "8.27.0",
39-
"@types/uuid": "10.0.0",
39+
"@types/uuid": "11.0.0",
4040
"organize-imports-cli": "0.10.0",
4141
"tsconfig-replace-paths": "0.0.14",
4242
"uuid": "13.0.0"

packages/importapi-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@commercetools/ts-client": "^4.10.0"
3636
},
3737
"devDependencies": {
38-
"@types/uuid": "10.0.0",
38+
"@types/uuid": "11.0.0",
3939
"organize-imports-cli": "0.10.0",
4040
"tsconfig-replace-paths": "0.0.14",
4141
"uuid": "13.0.0"

packages/platform-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@commercetools/ts-client": "^4.10.0"
3030
},
3131
"devDependencies": {
32-
"@types/uuid": "10.0.0",
32+
"@types/uuid": "11.0.0",
3333
"organize-imports-cli": "0.10.0",
3434
"tsconfig-replace-paths": "0.0.14",
3535
"uuid": "13.0.0"

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3858,10 +3858,12 @@
38583858
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.3.tgz#acaab0f919ce69cce629c2d4ed2eb4adc1b6c20c"
38593859
integrity sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==
38603860

3861-
"@types/uuid@10.0.0":
3862-
version "10.0.0"
3863-
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-10.0.0.tgz#e9c07fe50da0f53dc24970cca94d619ff03f6f6d"
3864-
integrity sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==
3861+
"@types/uuid@11.0.0":
3862+
version "11.0.0"
3863+
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-11.0.0.tgz#f4fa34bbf2af941148ef1973c4361fc43617971c"
3864+
integrity sha512-HVyk8nj2m+jcFRNazzqyVKiZezyhDKrGUA3jlEcg/nZ6Ms+qHwocba1Y/AaVaznJTAM9xpdFSh+ptbNrhOGvZA==
3865+
dependencies:
3866+
uuid "*"
38653867

38663868
"@types/yargs-parser@*":
38673869
version "21.0.3"
@@ -9252,6 +9254,11 @@ util@^0.12.4, util@^0.12.5:
92529254
is-typed-array "^1.1.3"
92539255
which-typed-array "^1.1.2"
92549256

9257+
uuid@*:
9258+
version "14.0.0"
9259+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-14.0.0.tgz#0af883220163d264ffe0c084f6b8a89b9666966d"
9260+
integrity sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==
9261+
92559262
uuid@13.0.0:
92569263
version "13.0.0"
92579264
resolved "https://registry.yarnpkg.com/uuid/-/uuid-13.0.0.tgz#263dc341b19b4d755eb8fe36b78d95a6b65707e8"

0 commit comments

Comments
 (0)