From 8272d29d48ae85ead1a4f8c23647c40bdb66a700 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Thu, 11 Jul 2019 03:53:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-450202 - https://snyk.io/vuln/SNYK-JS-LODASHMERGE-173732 - https://snyk.io/vuln/SNYK-JS-LODASHMERGE-173733 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f4c2846..fc6d6d4 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,8 @@ "babel-preset-stage-1": "^6.1.18", "fetch-polyfill": "^0.8.2", "firebase": "^2.4.2", - "lodash": "^3.10.1", - "material-ui": "^0.14.4", + "lodash": "^4.17.12", + "material-ui": "^0.15.0", "react": "^0.14.3", "react-dom": "^0.14.3", "react-google-maps": "^4.9.1",