Skip to content

Commit ae434f4

Browse files
committed
chore(workflows-service): downgrade zod dependency version
- Change zod from version 3.23.4 to 3.22.4 for compatibility reasons
1 parent 1be44e1 commit ae434f4

File tree

3 files changed

+46
-11
lines changed

3 files changed

+46
-11
lines changed

pnpm-lock.yaml

Lines changed: 44 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/workflows-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"tmp": "^0.2.1",
113113
"winston": "^3.9.0",
114114
"yaml": "^2.3.4",
115-
"zod": "^3.23.4"
115+
"zod": "3.22.4"
116116
},
117117
"devDependencies": {
118118
"@ballerine/config": "^1.1.41",

0 commit comments

Comments
 (0)