Commit 47fab9b
committed
fix: update package-lock.json to use Zod v4
CI was using package-lock.json which had Zod 3.25.76, while
local development with pnpm used Zod 4.1.12. The tests use
zod/v4/core import which only exists in v4, causing CI failures.
Updated package-lock.json to resolve zod to 4.1.12 to match
pnpm-lock.yaml and fix CI test failures.1 parent ff45062 commit 47fab9b
1 file changed
+3
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments