From 474980f1b5026888c21e22b6d7c93821fd819b04 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Aug 2020 03:53:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-608086 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f4c2846..d21e214 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "babel-preset-stage-1": "^6.1.18", "fetch-polyfill": "^0.8.2", "firebase": "^2.4.2", - "lodash": "^3.10.1", + "lodash": "^4.17.17", "material-ui": "^0.14.4", "react": "^0.14.3", "react-dom": "^0.14.3",