From 1eba873af9800e031fa3bccc330f3dd1c950e074 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Feb 2023 04:53:44 +0000 Subject: [PATCH] fix: upgrade react-native from 0.69.4 to 0.71.1 Snyk has created this PR to upgrade react-native from 0.69.4 to 0.71.1. See this package in npm: https://www.npmjs.com/package/react-native See this project in Snyk: https://app.snyk.io/org/npneeraj/project/918c8116-7a07-4438-870a-71e087653324?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/react-native-editor/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native-editor/package.json b/packages/react-native-editor/package.json index 1a8649b93f64d..57246a4884a89 100644 --- a/packages/react-native-editor/package.json +++ b/packages/react-native-editor/package.json @@ -56,7 +56,7 @@ "jed": "^1.1.1", "jsdom-jscore-rn": "0.1.8", "node-fetch": "^2.6.0", - "react-native": "0.69.4", + "react-native": "0.71.1", "react-native-fast-image": "8.5.11", "react-native-gesture-handler": "https://raw.githubusercontent.com/wordpress-mobile/react-native-gesture-handler/2.3.2-wp-2/react-native-gesture-handler-2.3.2-wp-2.tgz", "react-native-get-random-values": "1.4.0",