From 9250d167ceb5684669eabe93dae326e33f0684f2 Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Fri, 15 Jan 2021 18:02:38 +0100 Subject: [PATCH] Upgrade: Bump lodash to fix security issue (#13993) This commit updates Lodash to remove a security vulnerability related to Prototype Pollution, see: https://snyk.io/vuln/SNYK-JS-LODASH-590103 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8bc78f66b2b..efce29eeef0 100644 --- a/package.json +++ b/package.json @@ -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",