dmitriy-nz / nestjs-form-data

NestJS middleware for handling multipart/form-data, which is primarily used for uploading files.
https://www.npmjs.com/package/nestjs-form-data
MIT License
117 stars 23 forks source link

fix: added support to new version o class-validator #42

Closed rodrigoavalente closed 1 year ago

rodrigoavalente commented 1 year ago

We utilize your package on one of our projects and we identified a vulnerability on the actual version of class-validator@0.13.1, we update our project to use the new version 0.14.0, but it generate an conflict with your package. This pr tries to resolve it, I've executed the tests and it seems to be ok. Mind giving a look on this?

gavageovanni commented 1 year ago

perfect.

dmitriy-nz commented 1 year ago

Hi, it looks great

dmitriy-nz commented 1 year ago

New version released https://www.npmjs.com/package/nestjs-form-data