From fb2d864ba9b21b50ba7a8821fdc1acabb45bebf1 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Thu, 11 Jul 2019 07:51:19 +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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd077dd..ed5a8f3 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "lodash.clonedeep": "4.5.0", "lodash.isequal": "4.5.0", "react": "16.4.1", - "react-apollo": "2.1.5", + "react-apollo": "2.1.7", "react-dom": "16.4.2", "react-helmet": "5.2.0", "react-router-dom": "4.3.1",