Skip to content

Commit 40b524b

Browse files
chore(deps): update dependency uuid to v11 (#2365)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tommy Nguyen <[email protected]>
1 parent c5b8f2c commit 40b524b

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"fast-xml-parser": "^4.0.0",
9696
"prompts": "^2.4.0",
9797
"semver": "^7.3.5",
98-
"uuid": "^10.0.0"
98+
"uuid": "^11.0.0"
9999
},
100100
"peerDependencies": {
101101
"@callstack/react-native-visionos": "0.73 - 0.76",
@@ -133,7 +133,6 @@
133133
"@types/node": "^22.0.0",
134134
"@types/prompts": "~2.4.0",
135135
"@types/semver": "^7.3.6",
136-
"@types/uuid": "^10.0.0",
137136
"eslint": "^9.12.0",
138137
"eslint-plugin-wdio": "^9.0.0",
139138
"js-yaml": "^4.1.0",
@@ -160,6 +159,7 @@
160159
"@appium/support/axios": "^1.7.9",
161160
"@appium/support/semver": "^7.6.3",
162161
"@appium/support/teen_process": "^2.2.0",
162+
"@appium/support/uuid": "^11.0.3",
163163
"@colors/colors": "^1.6.0",
164164
"@expo/config-plugins/glob": "^7.1.6",
165165
"@expo/json-file/@babel/code-frame": "^7.10.4",

Diff for: yarn.lock

+11-12
Original file line numberDiff line numberDiff line change
@@ -3820,7 +3820,7 @@ __metadata:
38203820
languageName: node
38213821
linkType: hard
38223822

3823-
"@types/uuid@npm:10.0.0, @types/uuid@npm:^10.0.0":
3823+
"@types/uuid@npm:10.0.0":
38243824
version: 10.0.0
38253825
resolution: "@types/uuid@npm:10.0.0"
38263826
checksum: 10c0/9a1404bf287164481cb9b97f6bb638f78f955be57c40c6513b7655160beb29df6f84c915aaf4089a1559c216557dc4d2f79b48d978742d3ae10b937420ddac60
@@ -12031,7 +12031,6 @@ __metadata:
1203112031
"@types/node": "npm:^22.0.0"
1203212032
"@types/prompts": "npm:~2.4.0"
1203312033
"@types/semver": "npm:^7.3.6"
12034-
"@types/uuid": "npm:^10.0.0"
1203512034
ajv: "npm:^8.0.0"
1203612035
cliui: "npm:^8.0.0"
1203712036
eslint: "npm:^9.12.0"
@@ -12050,7 +12049,7 @@ __metadata:
1205012049
semver: "npm:^7.3.5"
1205112050
suggestion-bot: "npm:^3.0.0"
1205212051
typescript: "npm:^5.0.0"
12053-
uuid: "npm:^10.0.0"
12052+
uuid: "npm:^11.0.0"
1205412053
peerDependencies:
1205512054
"@callstack/react-native-visionos": 0.73 - 0.76
1205612055
"@expo/config-plugins": ">=5.0"
@@ -14465,15 +14464,6 @@ __metadata:
1446514464
languageName: node
1446614465
linkType: hard
1446714466

14468-
"uuid@npm:11.0.3, uuid@npm:^11.0.1":
14469-
version: 11.0.3
14470-
resolution: "uuid@npm:11.0.3"
14471-
bin:
14472-
uuid: dist/esm/bin/uuid
14473-
checksum: 10c0/cee762fc76d949a2ff9205770334699e0043d52bb766472593a25f150077c9deed821230251ea3d6ab3943a5ea137d2826678797f1d5f6754c7ce5ce27e9f7a6
14474-
languageName: node
14475-
linkType: hard
14476-
1447714467
"uuid@npm:^10.0.0":
1447814468
version: 10.0.0
1447914469
resolution: "uuid@npm:10.0.0"
@@ -14483,6 +14473,15 @@ __metadata:
1448314473
languageName: node
1448414474
linkType: hard
1448514475

14476+
"uuid@npm:^11.0.0, uuid@npm:^11.0.1, uuid@npm:^11.0.3":
14477+
version: 11.0.4
14478+
resolution: "uuid@npm:11.0.4"
14479+
bin:
14480+
uuid: dist/esm/bin/uuid
14481+
checksum: 10c0/3c13591c4dedaa3741f925e284df5974e3d6e0b1cb0f6f75f98c36f9c01d2a414350364fd067613ef600a21c6973dab0506530d4f499ff878f32a06f84569ead
14482+
languageName: node
14483+
linkType: hard
14484+
1448614485
"uuid@npm:^3.3.2":
1448714486
version: 3.4.0
1448814487
resolution: "uuid@npm:3.4.0"

0 commit comments

Comments
 (0)