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/analytics-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"publish": "yarn npm publish --tolerate-republish --access public"
},
"dependencies": {
"uuid": "^10.0.0",
"uuid": "^14.0.0",
"yup": "^0.32.11"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ __metadata:
"@availity/api-axios": "workspace:*"
tsup: "npm:^8.4.0"
typescript: "npm:^5.5.4"
uuid: "npm:^10.0.0"
uuid: "npm:^14.0.0"
yup: "npm:^0.32.11"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -21579,12 +21579,12 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^10.0.0":
version: 10.0.0
resolution: "uuid@npm:10.0.0"
"uuid@npm:^14.0.0":
version: 14.0.0
resolution: "uuid@npm:14.0.0"
bin:
uuid: dist/bin/uuid
checksum: 10/35aa60614811a201ff90f8ca5e9ecb7076a75c3821e17f0f5ff72d44e36c2d35fcbc2ceee9c4ac7317f4cc41895da30e74f3885e30313bee48fda6338f250538
uuid: dist-node/bin/uuid
checksum: 10/8ee9b98f9650e25555515f7a28d3c3ae9364e72f7bb19b9e08b681bc135338beba5509b2830f6ae1cfaba4d45401da0d16d4d109b977097bc3d6ba0c5583341b
languageName: node
linkType: hard

Expand Down
Loading