From f8a99e20ad97d7970e3ace24589ef5ff66386c58 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Sep 2021 21:41:17 +0000 Subject: [PATCH] fix: packages/react-native-editor/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HERMESENGINE-1727253 --- 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 fc64075a376c56..dd2ec02575777e 100644 --- a/packages/react-native-editor/package.json +++ b/packages/react-native-editor/package.json @@ -54,7 +54,7 @@ "jed": "^1.1.1", "jsdom-jscore-rn": "git+https://github.com/iamcco/jsdom-jscore-rn.git#a562f3d57c27c13e5bfc8cf82d496e69a3ba2800", "node-fetch": "^2.6.0", - "react-native": "0.64.0", + "react-native": "0.65.0", "react-native-gesture-handler": "git+https://github.com/wordpress-mobile/react-native-gesture-handler.git#1.10.1-wp-3", "react-native-get-random-values": "git+https://github.com/wordpress-mobile/react-native-get-random-values.git#v1.4.0-wp-1", "react-native-hr": "git+https://github.com/Riglerr/react-native-hr.git#2d01a5cf77212d100e8b99e0310cce5234f977b3",