contiamo / restful-react

A consistent, declarative way of interacting with RESTful backends, featuring code-generation from Swagger and OpenAPI specs 🔥
MIT License
1.87k stars 109 forks source link

[IMP]SECURITY UPDATE #385

Open Aashu-stockgro opened 2 years ago

Aashu-stockgro commented 2 years ago

Describe the bug

The library uses "ibm-openapi-validator" and "swagger2openapi" as dependencies which give security vulnerabilities in transitive dependencies

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

Please update the dependencies to the following in package.json "ibm-openapi-validator": "0.52.1", "swagger2openapi": "7.0.8", Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.