react-hook-form / resolvers

📋 Validation resolvers: Yup, Zod, Superstruct, Joi, Vest, Class Validator, io-ts, Nope, computed-types, typanion, Ajv, TypeBox, ArkType, Valibot, effect-ts and VineJS
https://react-hook-form.com/
MIT License
1.71k stars 155 forks source link

Upgrading `zod` dependency #633

Closed RobinTail closed 10 months ago

RobinTail commented 10 months ago

Due to https://github.com/advisories/GHSA-m95q-7qp3-xv42

ThamsanQue commented 10 months ago

@RobinTail This will solve this issue right? #612

Because its happening on my side, These are my versions "@hookform/resolvers": "^3.3.1", "zod": "^3.22.4", "typescript": "5.2.2",

RobinTail commented 10 months ago

Probably, @ThamsanQue . But most importantly, the newer version fixes a vulnerability.

github-actions[bot] commented 10 months ago

:tada: This PR is included in version 3.3.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: