bcherny/json-schema-to-typescript

Update to glob 10

Closed this issue · 1 comments

The current version of glob in this package has an indirect security vulnerability from inflight, glob can be updated to v10, and glob-promise can be removed since newer versions of glob are async.

I also had problems with the version of glob that is currently used, as the version of glob in my project (glob 10) and the version bundled with json-schema-to-typescript conflicted. I'll raise a PR to update the glob version (although the project seems to bork atm on my local machine.