Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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/supervisor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"prom-client": "^15.1.0",
"socket.io": "4.7.4",
"std-env": "^3.8.0",
"zod": "3.23.8"
"zod": "3.25.76"
},
"devDependencies": {
"@types/dockerode": "^3.3.33"
Expand Down
2 changes: 1 addition & 1 deletion apps/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
"ulidx": "^2.2.1",
"uuid": "^9.0.0",
"ws": "^8.11.0",
"zod": "3.23.8",
"zod": "3.25.76",
"zod-error": "1.5.0",
"zod-validation-error": "^1.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion internal-packages/clickhouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@clickhouse/client": "^1.11.1",
"@internal/tracing": "workspace:*",
"@trigger.dev/core": "workspace:*",
"zod": "3.23.8",
"zod": "3.25.76",
"zod-error": "1.5.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion internal-packages/emails/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-email": "^2.1.1",
"resend": "^3.2.0",
"tiny-invariant": "^1.2.0",
"zod": "3.23.8"
"zod": "3.25.76"
},
"devDependencies": {
"@types/nodemailer": "^6.4.17",
Expand Down
2 changes: 1 addition & 1 deletion internal-packages/run-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"nanoid": "3.3.8",
"redlock": "5.0.0-beta.2",
"seedrandom": "^3.0.5",
"zod": "3.23.8"
"zod": "3.25.76"
},
"devDependencies": {
"@internal/testcontainers": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion internal-packages/schedule-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"cron-parser": "^4.9.0",
"cronstrue": "^2.50.0",
"nanoid": "3.3.8",
"zod": "3.23.8"
"zod": "3.25.76"
},
"devDependencies": {
"@internal/testcontainers": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion internal-packages/zod-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@trigger.dev/database": "workspace:*",
"graphile-worker": "0.16.6",
"lodash.omit": "^4.5.0",
"zod": "3.23.8"
"zod": "3.25.76"
},
"devDependencies": {
"@types/lodash.omit": "^4.5.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"tinyglobby": "^0.2.10",
"ws": "^8.18.0",
"xdg-app-paths": "^8.3.0",
"zod": "3.23.8",
"zod": "3.25.76",
"zod-validation-error": "^1.5.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"superjson": "^2.2.1",
"tinyexec": "^0.3.2",
"uncrypto": "^0.1.3",
"zod": "3.23.8",
"zod": "3.25.76",
"zod-error": "1.5.0",
"zod-validation-error": "^1.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/redis-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"lodash.omit": "^4.5.0",
"nanoid": "^5.0.7",
"p-limit": "^6.2.0",
"zod": "3.23.8",
"zod": "3.25.76",
"cron-parser": "^4.9.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/trigger-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"tshy": "^3.0.2",
"tsx": "4.17.0",
"typed-emitter": "^2.1.0",
"zod": "3.23.8"
"zod": "3.25.76"
},
"peerDependencies": {
"zod": "^3.0.0 || ^4.0.0",
Expand Down
Loading
Loading