From eff04ff7626df936f3b477c0643c83ae2875fdcc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Aug 2020 08:46:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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 f67153522..521d418a9 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "asyncbox": "^2.3.1", "babel-runtime": "=5.8.24", "bluebird": "^2.10.2", - "lodash": "^3.10.1", + "lodash": "^4.17.20", "request-promise": "^4.1.1", "source-map-support": "^0.3.2", "teen_process": "^1.3.1",