Hi,
I am starting to see red builds on my TeamCity build server with the message:
npm WARN deprecated flat@4.1.0: 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
Hi,
I am starting to see red builds on my TeamCity build server with the message:
npm WARN deprecated flat@4.1.0: 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