Skip to content

Commit 0fcc2d3

Browse files
committed
chore: bump uuid
1 parent 0f47d3a commit 0fcc2d3

6 files changed

Lines changed: 23 additions & 8 deletions

File tree

packages/e2e-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@trezor/utils": "workspace:*",
1515
"dotenv": "^16.4.7",
1616
"express": "^5.1.0",
17-
"uuid": "^11.1.0",
17+
"uuid": "^13.0.0",
1818
"ws": "^8.18.0"
1919
},
2020
"devDependencies": {

suite-common/message-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"react": "19.1.0",
3434
"react-redux": "9.2.0",
3535
"semver": "^7.7.1",
36-
"uuid": "^11.1.0"
36+
"uuid": "^13.0.0"
3737
},
3838
"devDependencies": {
3939
"@suite-common/test-utils": "workspace:*",

suite-common/trading/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@trezor/utils": "workspace:*",
3232
"react": "19.1.0",
3333
"react-redux": "9.2.0",
34-
"uuid": "^11.1.0"
34+
"uuid": "^13.0.0"
3535
},
3636
"devDependencies": {
3737
"@suite-common/test-utils": "workspace:*",

suite-native/app/metro.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ const config = {
102102
type: 'sourceFile',
103103
};
104104
}
105+
if (moduleName === 'uuid') {
106+
return {
107+
filePath: require.resolve(rootNodeModulesPath + '/uuid/dist/index.js'),
108+
type: 'sourceFile',
109+
};
110+
}
105111
// Todo: ----- End of hack -----
106112

107113
if (process.env.EXPO_PUBLIC_IS_DETOX_BUILD && moduleName === '@trezor/connect') {

suite-native/device-mutex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"@mobily/ts-belt": "^3.13.1",
1010
"expo-keep-awake": "~15.0.7",
11-
"uuid": "^11.1.0"
11+
"uuid": "^13.0.0"
1212
},
1313
"scripts": {
1414
"depcheck": "yarn g:depcheck",

yarn.lock

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10651,7 +10651,7 @@ __metadata:
1065110651
react-redux: "npm:9.2.0"
1065210652
semver: "npm:^7.7.1"
1065310653
tsx: "npm:^4.20.3"
10654-
uuid: "npm:^11.1.0"
10654+
uuid: "npm:^13.0.0"
1065510655
languageName: unknown
1065610656
linkType: soft
1065710657

@@ -10908,7 +10908,7 @@ __metadata:
1090810908
"@types/invity-api": "npm:^1.1.11"
1090910909
react: "npm:19.1.0"
1091010910
react-redux: "npm:9.2.0"
10911-
uuid: "npm:^11.1.0"
10911+
uuid: "npm:^13.0.0"
1091210912
languageName: unknown
1091310913
linkType: soft
1091410914

@@ -11538,7 +11538,7 @@ __metadata:
1153811538
dependencies:
1153911539
"@mobily/ts-belt": "npm:^3.13.1"
1154011540
expo-keep-awake: "npm:~15.0.7"
11541-
uuid: "npm:^11.1.0"
11541+
uuid: "npm:^13.0.0"
1154211542
languageName: unknown
1154311543
linkType: soft
1154411544

@@ -13995,7 +13995,7 @@ __metadata:
1399513995
"@trezor/utils": "workspace:*"
1399613996
dotenv: "npm:^16.4.7"
1399713997
express: "npm:^5.1.0"
13998-
uuid: "npm:^11.1.0"
13998+
uuid: "npm:^13.0.0"
1399913999
ws: "npm:^8.18.0"
1400014000
languageName: unknown
1400114001
linkType: soft
@@ -44479,6 +44479,15 @@ __metadata:
4447944479
languageName: node
4448044480
linkType: hard
4448144481

44482+
"uuid@npm:^13.0.0":
44483+
version: 13.0.0
44484+
resolution: "uuid@npm:13.0.0"
44485+
bin:
44486+
uuid: dist-node/bin/uuid
44487+
checksum: 10/2742b24d1e00257e60612572e4d28679423469998cafbaf1fe9f1482e3edf9c40754b31bfdb3d08d71b29239f227a304588f75210b3b48f2609f0673f1feccef
44488+
languageName: node
44489+
linkType: hard
44490+
4448244491
"uuid@npm:^7.0.3":
4448344492
version: 7.0.3
4448444493
resolution: "uuid@npm:7.0.3"

0 commit comments

Comments
 (0)