Skip to content

Commit 5ed9ee0

Browse files
chore(deps): update dependency @types/uuid to v11
1 parent 397966c commit 5ed9ee0

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@types/jest": "^29.5.14",
5555
"@types/react": "^18.3.24",
5656
"@types/react-dom": "^18.3.7",
57-
"@types/uuid": "^10.0.0",
57+
"@types/uuid": "^11.0.0",
5858
"concurrently": "^9.2.1",
5959
"eslint-config-txo-package-react": "^1.0.26",
6060
"husky": "^9.1.7",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2273,10 +2273,12 @@
22732273
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.8.tgz#bb197b9639aa1a04cf464a617fe800cccd92ad5c"
22742274
integrity sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==
22752275

2276-
"@types/uuid@^10.0.0":
2277-
version "10.0.0"
2278-
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-10.0.0.tgz#e9c07fe50da0f53dc24970cca94d619ff03f6f6d"
2279-
integrity sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==
2276+
"@types/uuid@^11.0.0":
2277+
version "11.0.0"
2278+
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-11.0.0.tgz#f4fa34bbf2af941148ef1973c4361fc43617971c"
2279+
integrity sha512-HVyk8nj2m+jcFRNazzqyVKiZezyhDKrGUA3jlEcg/nZ6Ms+qHwocba1Y/AaVaznJTAM9xpdFSh+ptbNrhOGvZA==
2280+
dependencies:
2281+
uuid "*"
22802282

22812283
"@types/yargs-parser@*":
22822284
version "21.0.0"
@@ -9735,6 +9737,11 @@ utils-merge@1.0.1:
97359737
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
97369738
integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==
97379739

9740+
uuid@*:
9741+
version "13.0.0"
9742+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-13.0.0.tgz#263dc341b19b4d755eb8fe36b78d95a6b65707e8"
9743+
integrity sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==
9744+
97389745
uuid@^11.1.0:
97399746
version "11.1.0"
97409747
resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.1.0.tgz#9549028be1753bb934fc96e2bca09bb4105ae912"

0 commit comments

Comments
 (0)