Skip to content

Commit

Permalink
Upgrade: Bump lodash to fix security issue (#13993)
Browse files Browse the repository at this point in the history
This commit updates Lodash to remove a security vulnerability related to Prototype Pollution, see: https://snyk.io/vuln/SNYK-JS-LODASH-590103
  • Loading branch information
frederikprijck committed Jan 15, 2021
1 parent 75fea9b commit 9250d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -71,7 +71,7 @@
"js-yaml": "^3.13.1",
"json-stable-stringify-without-jsonify": "^1.0.1",
"levn": "^0.4.1",
"lodash": "^4.17.19",
"lodash": "^4.17.20",
"minimatch": "^3.0.4",
"natural-compare": "^1.4.0",
"optionator": "^0.9.1",
Expand Down

0 comments on commit 9250d16

Please sign in to comment.