Skip to content

Commit 47fab9b

Browse files
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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package-lock.json

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

0 commit comments

Comments
 (0)