From 64e643978f92dc84038e22d5450df367fc134c09 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:52:05 +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-ASYNC-2441827 --- 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..1ab3b18 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.49.0", "react-redux": "^5.0.3", "redux": "^3.6.0", "redux-persist": "^4.6.0",