dependencies: update nyc 14.1.0 -> 15.0.0

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

This fixes 1 reported security vulnerability.

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

To 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.
pull/3743/head
muxator 2020-03-22 00:33:22 +01:00
parent 4cbbf9893f
commit dabc1cae56
2 changed files with 554 additions and 444 deletions

996
src/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -69,7 +69,7 @@
},
"devDependencies": {
"mocha": "5.2.0",
"nyc": "14.1.0",
"nyc": "15.0.0",
"supertest": "4.0.2",
"wd": "1.11.4"
},