From 3a117cea276c8f3be9f5d7289211805a48e55faa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 17:04:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fd077dd..f64328a 100644 --- a/package.json +++ b/package.json @@ -17,9 +17,9 @@ "graphql-tag": "2.9.2", "lodash.clonedeep": "4.5.0", "lodash.isequal": "4.5.0", - "react": "16.4.1", - "react-apollo": "2.1.5", - "react-dom": "16.4.2", + "react": "16.5.0", + "react-apollo": "2.5.0", + "react-dom": "16.5.0", "react-helmet": "5.2.0", "react-router-dom": "4.3.1", "url-search-params": "1.0.2"