From ca45d91c02cd771b8208e9cff16e4d0de8536c22 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Sep 2020 21:01:26 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index dba9d7c..6f2d6a6 100644 --- a/client/package.json +++ b/client/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "react": "16.0.0-alpha.6", - "react-native": "^0.43.1", + "react-native": "^0.57.0", "react-native-chart": "^1.0.8-beta", "react-native-pathjs-charts": "^0.0.26", "react-native-socketio": "^0.3.0",