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

Use commander module #161

Merged
merged 5 commits into from
Jun 16, 2020
Merged

Use commander module #161

merged 5 commits into from
Jun 16, 2020

Conversation

macbre
Copy link
Owner

@macbre macbre commented Jun 16, 2020

Abandonded optimist package uses the outdated minimist package that triggers security alert.

                       === npm audit security report ===                        
                                                                                
┌──────────────────────────────────────────────────────────────────────────────┐
│                                Manual Review                                 │
│            Some vulnerabilities require your attention to resolve            │
│                                                                              │
│         Visit https://go.npm.me/audit-guide for additional guidance          │
└──────────────────────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Low           │ Prototype Pollution                                          │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ minimist                                                     │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in    │ >=0.2.1 <1.0.0 || >=1.2.3                                    │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ istanbul [dev]                                               │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ istanbul > handlebars > optimist > minimist                  │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://npmjs.com/advisories/1179                            │
└───────────────┴──────────────────────────────────────────────────────────────┘

@macbre macbre marked this pull request as ready for review June 16, 2020 17:19
@lgtm-com
Copy link

lgtm-com bot commented Jun 16, 2020

This pull request fixes 1 alert when merging d8e3817 into a7390c4 - view on LGTM.com

fixed alerts:

  • 1 for Unused variable, import, function or class

@macbre macbre merged commit 5ff173c into devel Jun 16, 2020
@macbre macbre deleted the use-commander branch June 16, 2020 17:33
@macbre macbre added the dependencies Pull requests that update a dependency file label Jun 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant