Skip to content
This repository was archived by the owner on Aug 25, 2026. It is now read-only.
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 apps/api/v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"next-swagger-doc": "^0.3.6",
"next-validations": "^0.2.0",
"tzdata": "^1.0.30",
"uuid": "^8.3.2",
"uuid": "^14.0.0",
"zod": "3.25.76"
}
}
2 changes: 1 addition & 1 deletion apps/api/v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"reflect-metadata": "^0.1.13",
"rxjs": "7.8.2",
"stripe": "^15.3.0",
"uuid": "^8.3.2",
"uuid": "^14.0.0",
"winston": "^3.13.0",
"winston-transport": "4.9.0",
"zod": "3.25.76"
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"stripe": "^9.16.0",
"superjson": "1.9.1",
"turndown": "^7.1.3",
"uuid": "^8.3.2",
"uuid": "^14.0.0",
"zod": "3.25.76"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/app-store/stripepayment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@stripe/react-stripe-js": "^1.10.0",
"@stripe/stripe-js": "^1.35.0",
"stripe": "^9.16.0",
"uuid": "^8.3.2",
"uuid": "^14.0.0",
"zod": "3.25.76"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"sonner": "^1.7.4",
"tsdav": "2.0.3",
"tslog": "^4.9.2",
"uuid": "^8.3.2"
"uuid": "^14.0.0"
},
"devDependencies": {
"@calcom/eslint-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@prisma/generator-helper": "6.16.2",
"prisma": "6.16.1",
"prisma-kysely": "2.2.0",
"uuid": "^8.3.2",
"uuid": "^14.0.0",
"zod": "3.25.76",
"zod-prisma-types": "^3.2.4"
},
Expand Down
21 changes: 15 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1925,7 +1925,7 @@ __metadata:
ts-node: 10.9.2
tsconfig-paths: 4.2.0
typescript: 5.9.2
uuid: ^8.3.2
uuid: ^14.0.0
winston: ^3.13.0
winston-transport: 4.9.0
zod: 3.25.76
Expand Down Expand Up @@ -1958,7 +1958,7 @@ __metadata:
node-mocks-http: 1.16.2
typescript: 5.9.2
tzdata: ^1.0.30
uuid: ^8.3.2
uuid: ^14.0.0
zod: 3.25.76
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2795,7 +2795,7 @@ __metadata:
tsdav: 2.0.3
tslog: ^4.9.2
typescript: 5.9.2
uuid: ^8.3.2
uuid: ^14.0.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3040,7 +3040,7 @@ __metadata:
prisma: 6.16.1
prisma-kysely: 2.2.0
ts-node: 10.9.2
uuid: ^8.3.2
uuid: ^14.0.0
zod: 3.25.76
zod-prisma-types: ^3.2.4
languageName: unknown
Expand Down Expand Up @@ -3194,7 +3194,7 @@ __metadata:
"@stripe/stripe-js": ^1.35.0
stripe: ^9.16.0
ts-node: 10.9.2
uuid: ^8.3.2
uuid: ^14.0.0
zod: 3.25.76
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -3543,7 +3543,7 @@ __metadata:
turbo: ^2.5.5
turndown: ^7.1.3
typescript: 5.9.2
uuid: ^8.3.2
uuid: ^14.0.0
zod: 3.25.76
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -42858,6 +42858,15 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^14.0.0":
version: 14.0.0
resolution: "uuid@npm:14.0.0"
bin:
uuid: dist-node/bin/uuid
checksum: 08608584a79e987cdae000fa8eb724fa51dd8aafc136cd9fa9a8c87d07b246c56eec5fd9027fdb3e49a863eedf758bc19e325909ce281955c7a027fed67dc89e
languageName: node
linkType: hard

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