Skip to content

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

Merged
agilgur5 merged 1 commit intojaredpalmer:masterfrom
agilgur5:audit-fixes
Aug 23, 2020
Merged

security/deps: audit fix several deps' vulnerabilities#824
agilgur5 merged 1 commit intojaredpalmer:masterfrom
agilgur5:audit-fixes

Conversation

@agilgur5
Copy link
Copy Markdown
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
Copy Markdown

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
Copy Markdown
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