Upgrades zod

pull/9078/head
zomars 2022-12-15 15:11:54 -07:00
parent 5d892df019
commit 12f19ff7c0
1 changed files with 4 additions and 4 deletions

View File

@ -25,16 +25,16 @@
"node-mocks-http": "^1.11.0"
},
"dependencies": {
"@calcom/prisma": "*",
"@calcom/trpc": "*",
"@calcom/embed-core": "*",
"@calcom/app-store": "*",
"@calcom/core": "*",
"@calcom/dayjs": "*",
"@calcom/emails": "*",
"@calcom/embed-core": "*",
"@calcom/embed-snippet": "*",
"@calcom/features": "*",
"@calcom/lib": "*",
"@calcom/prisma": "*",
"@calcom/trpc": "*",
"@sentry/nextjs": "^7.20.0",
"bcryptjs": "^2.4.3",
"memory-cache": "^0.2.0",
@ -48,6 +48,6 @@
"typescript": "^4.7.4",
"tzdata": "^1.0.30",
"uuid": "^8.3.2",
"zod": "^3.19.1"
"zod": "^3.20.2"
}
}