Updates the top level dependencies to latest versions. These updates will supplant several PRs opened by dependabot.
Some of the outdated dependencies, such as multer, express, and underscore, have reported security vulnerabilities with the specified versions. The security advisories bubble up to consumers of this library.
Before:
on master $ npm audit --production
...
found 9 vulnerabilities (1 moderate, 5 high, 3 critical)
After:
on update-deps $ npm audit --production
...
found 1 high severity vulnerability in 106 scanned packages
I verified the unit tests continue to pass.
@gstroup, if you are fine with these updates, would you mind publishing a new version once merged?
Updates the top level dependencies to latest versions. These updates will supplant several PRs opened by
dependabot
.Some of the outdated dependencies, such as
multer
,express
, andunderscore
, have reported security vulnerabilities with the specified versions. The security advisories bubble up to consumers of this library.Before:
After:
I verified the unit tests continue to pass.
@gstroup, if you are fine with these updates, would you mind publishing a new version once merged?