From 38091fa7d2b1ac422cd5fba8bd50da4d884d657c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 29 Jun 2024 04:35:19 +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-IP-7148531 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- 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 788cdedde9677c..ceab72eb0cb367 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.73.3", + "react-native": "0.74.0", "react-native-fast-image": "8.5.11", "react-native-gesture-handler": "2.14.1", "react-native-get-random-values": "1.4.0",