Skip to content

Commit 0c16671

Browse files
committed
Fixes lodash vulnerabilities by updating to latest revision
This came about because after running npm install we see the following: found 39 high severity vulnerabilities run `npm audit fix` to fix them, or `npm audit` for details
1 parent 098dff8 commit 0c16671

File tree

2 files changed

+14
-37
lines changed

2 files changed

+14
-37
lines changed

package-lock.json

Lines changed: 13 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"express": "^4.15.5",
3030
"express-validation": "^1.0.2",
3131
"joi": "^11.1.1",
32-
"lodash": "^4.17.4",
32+
"lodash": "^4.17.15",
3333
"morgan": "^1.9.1",
3434
"pdf-parse": "^1.1.1",
3535
"puppeteer": "^1.14.0",

0 commit comments

Comments
 (0)