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

WARN deprecated [email protected] #67

Open
hubiierik opened this issue Sep 6, 2020 · 1 comment · May be fixed by #79
Open

WARN deprecated [email protected] #67

hubiierik opened this issue Sep 6, 2020 · 1 comment · May be fixed by #79

Comments

@hubiierik
Copy link

Hi,

I am starting to see red builds on my TeamCity build server with the message:
npm WARN deprecated [email protected]: Fixed a prototype pollution security issue in 4.1.0, please upgrade to ^4.1.1 or ^5.0.1.

The issue is generated from the unit tests which are driven by mocha.
Mocha has the dependency chain: mocha -> yargs-unparser -> flat.

Somebody have already reported the same issue mocha: mochajs/mocha#4410

Would be nice if the deprecated dependency could be solved.

Regards,
Erik

@bcoe
Copy link
Member

bcoe commented Sep 11, 2020

@hubiierik @brandonhawi the new version of flat drops support for Node 6/8, so we would need to take it in as a breaking change. I believe what we should do is drop Node 8 and 6 in this library first (as we have in yargs).

@jimmywarting jimmywarting linked a pull request Nov 21, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants