Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update axios to 1.6 to pull in fix for CVE 2023 45857 (#971)
* Update axios to 1.6.0 Fixes CVE-2023-45857 * Explicit type return on Promise TypeScript's automatic type resolution for the promise returned by the function in getExponentialBackoffResponseHandler determines that it returns a Promise<unknown>. This commit forces TypeScript to recognize that the resolved object is of type Promise<AxiosResponse>. --------- Co-authored-by: Shubham <tiwarishubham635@gmail.com>
- Loading branch information