You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
0 commit comments