From dd39cb1b7ecbc1f4c6e12aca767935961325b234 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Jun 2021 09:26:39 +0000 Subject: [PATCH] fix: upgrade react-native from 0.61.5 to 0.64.1 Snyk has created this PR to upgrade react-native from 0.61.5 to 0.64.1. See this package in npm: https://www.npmjs.com/package/react-native See this project in Snyk: https://app.snyk.io/org/verdinjoshua26-poa/project/38a6f321-0204-43bc-adf6-c74265313c17?utm_source=github&utm_medium=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 6900187f18132e..1014902652235b 100644 --- a/packages/react-native-editor/package.json +++ b/packages/react-native-editor/package.json @@ -50,7 +50,7 @@ "metro-react-native-babel-preset": "0.57.0", "metro-react-native-babel-transformer": "0.56.0", "node-fetch": "^2.3.0", - "react-native": "0.61.5", + "react-native": "0.64.1", "react-native-dark-mode": "git+https://github.com/wordpress-mobile/react-native-dark-mode.git#f09bf1480e7b34536413ab3300f29e4375edb2c6", "react-native-get-random-values": "git+https://github.com/wordpress-mobile/react-native-get-random-values.git#f03f2c16414aff4ea76064dcd00a9e3c6efc838d", "react-native-hr": "git+https://github.com/Riglerr/react-native-hr.git#2d01a5cf77212d100e8b99e0310cce5234f977b3",