StefanTerdell / zod-to-json-schema

Converts Zod schemas to Json schemas
ISC License
854 stars 67 forks source link

Bump Zod version past vulnerability #92

Closed jacoblee93 closed 9 months ago

jacoblee93 commented 11 months ago

The version of Zod in peerDependencies had a Snyk vulnerability flagged by npm audit:

https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617

This PR pushes the peer dep past that version, hopefully resolving things.

jrhizor commented 10 months ago

Any chance we can go to 3.22.4?

StefanTerdell commented 9 months ago

I will be bumping in the next few days :)

StefanTerdell commented 9 months ago

Done in master