Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency uuid to v11 #2365

Merged
merged 2 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"fast-xml-parser": "^4.0.0",
"prompts": "^2.4.0",
"semver": "^7.3.5",
"uuid": "^10.0.0"
"uuid": "^11.0.0"
},
"peerDependencies": {
"@callstack/react-native-visionos": "0.73 - 0.76",
Expand Down Expand Up @@ -133,7 +133,6 @@
"@types/node": "^22.0.0",
"@types/prompts": "~2.4.0",
"@types/semver": "^7.3.6",
"@types/uuid": "^10.0.0",
"eslint": "^9.12.0",
"eslint-plugin-wdio": "^9.0.0",
"js-yaml": "^4.1.0",
Expand All @@ -160,6 +159,7 @@
"@appium/support/axios": "^1.7.9",
"@appium/support/semver": "^7.6.3",
"@appium/support/teen_process": "^2.2.0",
"@appium/support/uuid": "^11.0.3",
"@colors/colors": "^1.6.0",
"@expo/config-plugins/glob": "^7.1.6",
"@expo/json-file/@babel/code-frame": "^7.10.4",
Expand Down
23 changes: 11 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3820,7 +3820,7 @@ __metadata:
languageName: node
linkType: hard

"@types/uuid@npm:10.0.0, @types/uuid@npm:^10.0.0":
"@types/uuid@npm:10.0.0":
version: 10.0.0
resolution: "@types/uuid@npm:10.0.0"
checksum: 10c0/9a1404bf287164481cb9b97f6bb638f78f955be57c40c6513b7655160beb29df6f84c915aaf4089a1559c216557dc4d2f79b48d978742d3ae10b937420ddac60
Expand Down Expand Up @@ -12031,7 +12031,6 @@ __metadata:
"@types/node": "npm:^22.0.0"
"@types/prompts": "npm:~2.4.0"
"@types/semver": "npm:^7.3.6"
"@types/uuid": "npm:^10.0.0"
ajv: "npm:^8.0.0"
cliui: "npm:^8.0.0"
eslint: "npm:^9.12.0"
Expand All @@ -12050,7 +12049,7 @@ __metadata:
semver: "npm:^7.3.5"
suggestion-bot: "npm:^3.0.0"
typescript: "npm:^5.0.0"
uuid: "npm:^10.0.0"
uuid: "npm:^11.0.0"
peerDependencies:
"@callstack/react-native-visionos": 0.73 - 0.76
"@expo/config-plugins": ">=5.0"
Expand Down Expand Up @@ -14465,15 +14464,6 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:11.0.3, uuid@npm:^11.0.1":
version: 11.0.3
resolution: "uuid@npm:11.0.3"
bin:
uuid: dist/esm/bin/uuid
checksum: 10c0/cee762fc76d949a2ff9205770334699e0043d52bb766472593a25f150077c9deed821230251ea3d6ab3943a5ea137d2826678797f1d5f6754c7ce5ce27e9f7a6
languageName: node
linkType: hard

"uuid@npm:^10.0.0":
version: 10.0.0
resolution: "uuid@npm:10.0.0"
Expand All @@ -14483,6 +14473,15 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^11.0.0, uuid@npm:^11.0.1, uuid@npm:^11.0.3":
version: 11.0.4
resolution: "uuid@npm:11.0.4"
bin:
uuid: dist/esm/bin/uuid
checksum: 10c0/3c13591c4dedaa3741f925e284df5974e3d6e0b1cb0f6f75f98c36f9c01d2a414350364fd067613ef600a21c6973dab0506530d4f499ff878f32a06f84569ead
languageName: node
linkType: hard

"uuid@npm:^3.3.2":
version: 3.4.0
resolution: "uuid@npm:3.4.0"
Expand Down
Loading