Skip to content
Open
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
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@stdlib/number-float64-base-normalize": "0.0.8",
"deepmerge": "^4.3.1",
"js-base64": "^3.7.5",
"uuid": "^9.0.1"
"uuid": "^14.0.0"
},
"devDependencies": {
"@segment/sovran-react-native": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sovran/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"deepmerge": "^4.2.2",
"react-native-get-random-values": "1.x",
"shell-quote": "1.8.0",
"uuid": "^9.0.1"
"uuid": "^14.0.0"
},
"resolutions": {
"shell-quote": "1.7.3",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4602,7 +4602,7 @@ __metadata:
jest: "npm:^29.7.0"
js-base64: "npm:^3.7.5"
typescript: "npm:^5.2.2"
uuid: "npm:^9.0.1"
uuid: "npm:^14.0.0"
peerDependencies:
"@react-native-async-storage/async-storage": 2.x
"@segment/sovran-react-native": ^1.1.0
Expand Down Expand Up @@ -4640,7 +4640,7 @@ __metadata:
semantic-release: "npm:^22.0.8"
shell-quote: "npm:1.8.0"
typescript: "npm:^5.2.2"
uuid: "npm:^9.0.1"
uuid: "npm:^14.0.0"
peerDependencies:
"@react-native-async-storage/async-storage": 2.x
react: "*"
Expand Down Expand Up @@ -18680,12 +18680,12 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^9.0.1":
version: 9.0.1
resolution: "uuid@npm:9.0.1"
"uuid@npm:^14.0.0":
version: 14.0.0
resolution: "uuid@npm:14.0.0"
bin:
uuid: dist/bin/uuid
checksum: 10c0/1607dd32ac7fc22f2d8f77051e6a64845c9bce5cd3dd8aa0070c074ec73e666a1f63c7b4e0f4bf2bc8b9d59dc85a15e17807446d9d2b17c8485fbc2147b27f9b
uuid: dist-node/bin/uuid
checksum: 10c0/a57ae7794c45005c1a9208989196c5baf79a7679c30f43c1bee9033a2c4d113a2cea216fa6fcc9663b08b0d55635df1a7c6eb7e7f3d21c3e50688c698fa39a50
languageName: node
linkType: hard

Expand Down
Loading