Skip to content

Commit

Permalink
fix: CVE by upgrading zod dependency (#633)
Browse files Browse the repository at this point in the history
* Upgrading `zod` in package.json

* Updaing lock file accordingly.
  • Loading branch information
RobinTail authored Oct 11, 2023
1 parent 0bd7e70 commit 1baed6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.34.2",
"yup": "^1.2.0",
"zod": "^3.22.2"
"zod": "^3.22.3"
},
"peerDependencies": {
"react-hook-form": "^7.0.0"
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1baed6e

Please sign in to comment.