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(deps): update extract-zip to version 2 #5610

Merged
merged 5 commits into from Apr 9, 2020

Commits on Apr 8, 2020

  1. chore(deps): update extract-zip to version 2

    extract-zip removed support for callbacks and instead uses promises.
    Moreover, it has TypeScript support which allows us to remove the
    @types/extract-zip package.
    
    This update allows downstream users to remove their installation
    of mkdirp, which uses a vulnerable version of minimist.
    
    For more info, see https://github.com/maxogden/extract-zip/releases/tag/v2.0.0
    TimvdLippe committed Apr 8, 2020
    Copy the full SHA
    9e4de4e View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Copy the full SHA
    1f0bdcc View commit details
    Browse the repository at this point in the history
  2. Add missing awaits

    TimvdLippe committed Apr 9, 2020
    Copy the full SHA
    4620f5e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    be8a76c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3897c43 View commit details
    Browse the repository at this point in the history