Skip to content
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
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": "^11.1.1",
"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:^11.1.1"
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:^11.1.1":
version: 11.1.1
resolution: "uuid@npm:11.1.1"
bin:
uuid: dist/bin/uuid
checksum: 10/35aa60614811a201ff90f8ca5e9ecb7076a75c3821e17f0f5ff72d44e36c2d35fcbc2ceee9c4ac7317f4cc41895da30e74f3885e30313bee48fda6338f250538
uuid: dist/esm/bin/uuid
checksum: 10/16411d3dc12a08d6691616c09a75e66a7f900ba1beef6628a76fe0602f82fae2ee537b564d0b7bc95c24f58d059ca9b58c75a1e806118efb50e17822ff00ddd2
languageName: node
linkType: hard

Expand Down
Loading