Closed tsekityam closed 2 years ago
Any timeline when this will be released? I'm having the same issue and it's part of a ticket of mine :D
@jhnns can you please review the PR and merge it ?
I will try to review it this week :+1:
LGTM, thank you 👍 :)
Published as v6.0.0 🚀
I got the above warning in one of my projects. It seems that the best way to fix this vulnerability is to upgrade
mocha
andeslint
in this project to the latest version.This PR upgrade
mocha
andeslint
to the latest version, and also add the missing dev dependencyistanbul
to the repo.I tried
npm run test
,npm run coverage
andnpm audit
, and no warning or error was raised.