Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: sync with main #981

Merged
merged 4 commits into from
Nov 13, 2023
Merged

chore: sync with main #981

merged 4 commits into from
Nov 13, 2023

Commits on Nov 9, 2023

  1. chore: Removed LTS version (#978)

    * chore: removed LTS version
    
    * chore: removing lts from cloudscan
    
    * chore: completely removed LTS
    tiwarishubham635 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    e7bbeb1 View commit details
    Browse the repository at this point in the history
  2. 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>
    kitu-apietila and tiwarishubham635 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    a981eb0 View commit details
    Browse the repository at this point in the history
  3. chore: twilio help changes (#958)

    Co-authored-by: Shubham <tiwarishubham635@gmail.com>
    kridai and tiwarishubham635 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    23eca56 View commit details
    Browse the repository at this point in the history
  4. chore: Removing Test Related To Deprecated Endpoint - OAuth (#963)

    * removing test in relation to deprecated endpoint
    
    * removingn more oauth refrences
    
    ---------
    
    Co-authored-by: sbansla <104902068+sbansla@users.noreply.github.com>
    KobeBrooks and sbansla committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    ce0804c View commit details
    Browse the repository at this point in the history