dependencies: upgrade npm 6.13.4 -> 6.14.3

This fixes 107 reported security vulnerabilites.

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

To 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.

The changelog for npm can be read at https://github.com/npm/cli/releases
This commit is contained in:
muxator 2020-03-22 00:33:22 +01:00
parent 40d3d400a1
commit 6a55e7e03f
2 changed files with 123 additions and 78 deletions

View file

@ -49,7 +49,7 @@
"log4js": "0.6.35",
"measured-core": "1.11.2",
"nodeify": "^1.0.1",
"npm": "6.13.4",
"npm": "6.14.3",
"object.values": "^1.0.4",
"request": "2.88.0",
"resolve": "1.1.7",