From f3221e39ae1bc0407867a73f42e693c8148c83b3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Aug 2020 07:51:17 +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 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",