From 63de7bcda3726d5b44ad60895ac14dd15735ac59 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 28 Mar 2021 08:57:04 +0000 Subject: [PATCH] fix: examples/ReactNativeExample/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HOSTEDGITINFO-1088355 --- examples/ReactNativeExample/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ReactNativeExample/package.json b/examples/ReactNativeExample/package.json index 5be4e77..9c84237 100644 --- a/examples/ReactNativeExample/package.json +++ b/examples/ReactNativeExample/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "react": "16.0.0-alpha.6", - "react-native": "0.43.1", + "react-native": "0.60.0", "react-redux": "^5.0.3", "redux": "^3.6.0", "redux-persist": "^4.6.0",