From a64b78e9e87bb02257edc6e590436a32f9d208dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Feb 2021 21:29:44 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MERGE-1042987 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index dba9d7c..b9afeb5 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.49.0", "react-native-chart": "^1.0.8-beta", "react-native-pathjs-charts": "^0.0.26", "react-native-socketio": "^0.3.0",