mathiasbynens / punycode.js

A robust Punycode converter that fully complies to RFC 3492 and RFC 5891.
https://mths.be/punycode
MIT License
1.57k stars 158 forks source link

Upgrade mocha dependency #101

Open saharavishag opened 4 years ago

saharavishag commented 4 years ago

We use your library in one of our projects. $npm --version 6.9.0

After scanning the package - by npm audit the following vulnerabilities came up:

Screen Shot 2020-03-16 at 12 48 13

The mocha dependency should be upgraded to 7.1.0 npm install --save-dev mocha@7.1.0

saharavishag commented 4 years ago

@mathiasbynens I'm willing to fix it, can you grant me with permissions? :)

msimerson commented 4 months ago

Issue is resolved, @mathiasbynens , please close this issue.