From 70a79ab6cb1f8fbb3a464f9cf0bba533da6cd088 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Aug 2024 22:07:07 +0000 Subject: [PATCH] fix: upgrade react-native from 0.35.0 to 0.74.4 Snyk has created this PR to upgrade react-native from 0.35.0 to 0.74.4. See this package in npm: react-native See this project in Snyk: https://app.snyk.io/org/a2booky/project/8656fa27-bad6-40a9-b7dd-3de38a1fba95?utm_source=github&utm_medium=referral&page=upgrade-pr --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 6062596..eb24bbb 100644 --- a/example/package.json +++ b/example/package.json @@ -10,7 +10,7 @@ "lodash": "^4.16.4", "randomcolor": "^0.4.4", "react": "15.3.2", - "react-native": "^0.35.0", + "react-native": "^0.74.4", "react-native-atoz-list": "^1.0.2" }, "jest": {