dependencies: update mocha 5.2.0 -> 7.1.1

This is a dev dependency. No impact in production.
After this upgrade the backend tests ("cd src; npm test") still pass.

This fixes 2 reported security vulnerabilities.

The output of `npm audit` goes from this:
  found 9 vulnerabilities (7 low, 2 high) in 13707 scanned packages
    run `npm audit fix` to fix 1 of them.
    1 vulnerability requires semver-major dependency updates.
    7 vulnerabilities require manual review. See the full report for details.

To this:
  found 7 vulnerabilities (5 low, 2 high) in 13881 scanned packages
    7 vulnerabilities require manual review. See the full report for details.
pull/3743/head
muxator 2020-03-22 00:33:22 +01:00
parent dabc1cae56
commit b075d1fd7c
2 changed files with 664 additions and 131 deletions

793
src/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -68,7 +68,7 @@
"etherpad-lite": "./node/server.js"
},
"devDependencies": {
"mocha": "5.2.0",
"mocha": "7.1.1",
"nyc": "15.0.0",
"supertest": "4.0.2",
"wd": "1.11.4"