Skip to content

Commit

Permalink
fix(package): bump lodash version (#3203)
Browse files Browse the repository at this point in the history
Bumps lodash to 4.17.5 avoid medium severity vulnerability
(https://nvd.nist.gov/vuln/detail/CVE-2018-3721) found in 4.17.4.

Closes #3177.
  • Loading branch information
jniles authored and johnjbarton committed Nov 7, 2018
1 parent ffb41f9 commit d38f344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -383,7 +383,7 @@
"graceful-fs": "^4.1.2",
"http-proxy": "^1.13.0",
"isbinaryfile": "^3.0.0",
"lodash": "^4.17.4",
"lodash": "^4.17.5",
"log4js": "^3.0.0",
"mime": "^2.3.1",
"minimatch": "^3.0.2",
Expand Down

0 comments on commit d38f344

Please sign in to comment.