mathiasbynens / mathiasbynens/punycode.js
Upgrade mocha dependency
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 170
- PR merge metrics
- No merged PRs in 30d
Description
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:

The mocha dependency should be upgraded to 7.1.0
```npm install --save-dev mocha@7.1.0```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running npm audit and reviewing the dependency manifest for the mocha entry. Update mocha to 7.1.0 as requested, then rerun npm audit and the project's tests to confirm the reported vulnerabilities are addressed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- security, tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100