Skip to content

Commit

Permalink
fix: jobs vulnerability
Browse files Browse the repository at this point in the history
jobs depends on the `api` package to make request to render api
This package suffers from a vulnerability of one of its dependency,
specificcally the lodash.setWith package which is actually deprecated
There is a PR open for `api` to use full lodash instead of per method
packages (which are deprecated) but it has been merged yet.
This commit replaces the `api` package used to generate a render sdk from
their openapi spec by a home-made RenderAPI class
  • Loading branch information
TBonnin committed Mar 5, 2024
1 parent 23d28c7 commit 17ac8cd
Show file tree
Hide file tree
Showing 3 changed files with 23,406 additions and 17,702 deletions.

0 comments on commit 17ac8cd

Please sign in to comment.