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