Skip to content

Commit 6dd3f21

Browse files
chore(deps): update dependency @types/uuid to v11
1 parent 7d93936 commit 6dd3f21

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.27",
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
@@ -2292,10 +2292,12 @@
22922292
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.8.tgz#bb197b9639aa1a04cf464a617fe800cccd92ad5c"
22932293
integrity sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==
22942294

2295-
"@types/uuid@^10.0.0":
2296-
version "10.0.0"
2297-
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-10.0.0.tgz#e9c07fe50da0f53dc24970cca94d619ff03f6f6d"
2298-
integrity sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==
2295+
"@types/uuid@^11.0.0":
2296+
version "11.0.0"
2297+
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-11.0.0.tgz#f4fa34bbf2af941148ef1973c4361fc43617971c"
2298+
integrity sha512-HVyk8nj2m+jcFRNazzqyVKiZezyhDKrGUA3jlEcg/nZ6Ms+qHwocba1Y/AaVaznJTAM9xpdFSh+ptbNrhOGvZA==
2299+
dependencies:
2300+
uuid "*"
22992301

23002302
"@types/yargs-parser@*":
23012303
version "21.0.0"
@@ -9760,6 +9762,11 @@ utils-merge@1.0.1:
97609762
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
97619763
integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==
97629764

9765+
uuid@*:
9766+
version "13.0.0"
9767+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-13.0.0.tgz#263dc341b19b4d755eb8fe36b78d95a6b65707e8"
9768+
integrity sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==
9769+
97639770
uuid@^11.1.0:
97649771
version "11.1.0"
97659772
resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.1.0.tgz#9549028be1753bb934fc96e2bca09bb4105ae912"

0 commit comments

Comments
 (0)