From 72b428bbeb7f92585ff6e31450960a527b5daa78 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Jul 2022 03:09:20 +0000 Subject: [PATCH] fix: upgrade react-native from 0.25.1 to 0.69.1 Snyk has created this PR to upgrade react-native from 0.25.1 to 0.69.1. See this package in npm: https://www.npmjs.com/package/react-native See this project in Snyk: https://app.snyk.io/org/omahn/project/e2ab8322-7f3b-4fdb-9fa5-128991c23ff8?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 35e9376..f891a5c 100644 --- a/Example/package.json +++ b/Example/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "react": "^0.14.8", - "react-native": "^0.25.1", + "react-native": "^0.69.1", "react-native-animatable": "file:../", "react-native-collapsible": "^0.6.0" }