From d4f1edc81cf7bfdd241041af82b47b84d736bafd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Jul 2022 20:25:23 +0000 Subject: [PATCH] fix: upgrade react-native from 0.10.1 to 0.69.1 Snyk has created this PR to upgrade react-native from 0.10.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/292f6c0f-4147-48f3-b673-8392ba9ae0d8?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 fe0e5d8e..776cebb8 100644 --- a/example/package.json +++ b/example/package.json @@ -7,7 +7,7 @@ "latest": "npm install react-native-swipeout@* --save" }, "dependencies": { - "react-native": "^0.10.1", + "react-native": "^0.69.1", "react-native-swipeout": "^2.0.8" } }