From 529e8f2fcdbab8e3ebbe7cc5d2a2efc7c667fd1c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Feb 2019 02:41:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-73638 - https://snyk.io/vuln/SNYK-JS-LODASH-73639 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 187020c..902635d 100644 --- a/package.json +++ b/package.json @@ -61,12 +61,12 @@ "feathers-socketio": "1.4.2", "font-awesome": "4.7.0", "getenv": "0.7.0", - "globule": "1.1.0", + "globule": "1.2.0", "isdev": "1.0.1", "isomorphic-fetch": "2.2.1", "js-cookie": "2.1.3", "jwt-decode": "2.1.0", - "lodash": "4.17.2", + "lodash": "4.17.11", "material-ui": "0.16.4", "mobx": "^3.0.2", "mobx-react": "^4.1.0",