From cdc1ed96b88fefdb1fb381d625917f31654d8ef1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Nov 2020 21:00:53 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 --- 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",