From e78b90f04bd81f5adba81d45f54042f3c99c1263 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 30 Mar 2022 21:19:54 +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-2342071 --- 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..1de4e947f7d058 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.68.0", "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",