From 0c8965dcfa8a310d0463273459b9abb8a16dbd38 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 Feb 2018 05:28:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 Latest report for edtechfoundry/appium-adb: https://snyk.io/test/github/edtechfoundry/appium-adb --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b6e197df..d3c4857d 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "asyncbox": "^2.3.1", "babel-runtime": "=5.8.24", "bluebird": "^2.10.2", - "lodash": "^3.10.1", + "lodash": "^4.17.5", "source-map-support": "^0.3.2", "teen_process": "^1.3.1" },