From 71caa51f39d04b0c7ab5b02d36dc3e6554387c33 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:42:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 19c71a5..3c7053c 100644 --- a/package.json +++ b/package.json @@ -16,9 +16,9 @@ "babel": "^6.5.2", "babel-polyfill": "^6.8.0", "firebase": "^2.4.2", - "react": "^0.14.8", + "react": "^15.0.0", "react-dom": "^0.14.8", - "react-native": "^0.25.1", + "react-native": "^0.39.1", "react-native-hockeyapp": "^0.3.0", "react-redux": "^4.4.5", "react-router": "^2.4.0",