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

security/deps: audit fix several deps' vulnerabilities #824

Merged
merged 1 commit into from
Aug 23, 2020

Conversation

agilgur5
Copy link
Collaborator

@agilgur5 agilgur5 commented Aug 23, 2020

Description

  • yarn audit fix apparently doesn't exist so I had to do this
    mostly by hand, with yarn helping along the way

    • also tried using the yarn-audit-fix package and it did absolutely
      nothing so that didn't work
  • updated acorn to fix a vulnerability

  • updated yargs-parser to fix a vulnerability

    • updated meow to fix a yargs-parser pin to fix a vulnerability
      • that ended up updating some other unrelated deps
  • updated kind-of to fix a vulnerability

  • updated lodash to fix a vulnerability

  • update minimist to fix a vulnerability

    • update/dedupe mkdirp to fix a minimist pin to fix a vulnerability

Tags

Supersedes some existing lodash PRs made by dependabot

@vercel
Copy link

vercel bot commented Aug 23, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/formium/tsdx/4oljdgu7w
✅ Preview: https://tsdx-git-fork-agilgur5-audit-fixes.formium.vercel.app

- `yarn audit fix` apparently doesn't exist so I had to do this
  mostly by hand, with `yarn` helping along the way
  - also tried using the `yarn-audit-fix` package and it did absolutely
    nothing so that didn't work

- updated acorn to fix a vulnerability
- updated yargs-parser to fix a vulnerability
  - updated meow to fix a yargs-parser pin to fix a vulnerability
    - that ended up updating some other unrelated deps
- updated kind-of to fix a vulnerability
- updated lodash to fix a vulnerability
- update minimist to fix a vulnerability
  - update/dedupe mkdirp to fix a minimist pin to fix a vulnerability
Copy link
Collaborator Author

@agilgur5 agilgur5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@agilgur5 agilgur5 merged commit 4966edd into jaredpalmer:master Aug 23, 2020
@agilgur5 agilgur5 added the scope: dependencies Pull requests that update a dependency file label Aug 23, 2020
paul-vd pushed a commit to EezyQuote/tsdx that referenced this pull request Dec 1, 2020
- `yarn audit fix` apparently doesn't exist so I had to do this
  mostly by hand, with `yarn` helping along the way
  - also tried using the `yarn-audit-fix` package and it did absolutely
    nothing so that didn't work

- updated acorn to fix a vulnerability
- updated yargs-parser to fix a vulnerability
  - updated meow to fix a yargs-parser pin to fix a vulnerability
    - that ended up updating some other unrelated deps
- updated kind-of to fix a vulnerability
- updated lodash to fix a vulnerability
- update minimist to fix a vulnerability
  - update/dedupe mkdirp to fix a minimist pin to fix a vulnerability
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant