From cbf283d1ae61a423085f5f61f66c6896993ebe2c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Dec 2018 03:23:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f15f141..1ccc889 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "react-native": "*" }, "dependencies": { - "lodash": "^4.11.1" + "lodash": "^4.17.5" }, "devDependencies": { "app-root-path": "latest",