From 9f5630af4701cc2770ccf556400705a670146447 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Nov 2020 05:11:28 +0000 Subject: [PATCH] fix: upgrade react-native-web from 0.13.18 to 0.14.1 Snyk has created this PR to upgrade react-native-web from 0.13.18 to 0.14.1. See this package in npm: https://www.npmjs.com/package/react-native-web See this project in Snyk: https://app.snyk.io/org/ethanjoyce/project/86c40cda-ba8e-4cc2-8010-caf518b086b9?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb107bd..cc943f2 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "react-native-screens": "~2.10.1", "react-native-tab-view": "^2.14.4", "react-native-vector-icons": "^7.0.0", - "react-native-web": "~0.13.7", + "react-native-web": "~0.14.1", "react-redux": "^7.2.0", "redux": "^4.0.5", "redux-persist": "^6.0.0",