From 68ac862be028d8acf7f8934c3a677723e0281390 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Jul 2020 08:57:11 +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-MORGAN-72579 - https://snyk.io/vuln/npm:base64-url:20180512 - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/npm:fresh:20170908 - https://snyk.io/vuln/npm:mime:20170907 - https://snyk.io/vuln/npm:ms:20170412 - https://snyk.io/vuln/npm:negotiator:20160616 - https://snyk.io/vuln/npm:qs:20170213 --- 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..d396f5c 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.63.0", "react-redux": "^5.0.3", "redux": "^3.6.0", "redux-persist": "^4.6.0",