From 4ffc733570e78e038fb969cead10ee462bd24fb0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Mar 2020 21:01:13 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index dba9d7c..5f1db85 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.60.0", "react-native-chart": "^1.0.8-beta", "react-native-pathjs-charts": "^0.0.26", "react-native-socketio": "^0.3.0",