From fb5c4089d3396208c3a99b15152febb3d7e74d4c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Jul 2022 18:42:52 +0000 Subject: [PATCH] fix: upgrade react-native from 0.19.0 to 0.69.1 Snyk has created this PR to upgrade react-native from 0.19.0 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/db578177-46db-41ae-831b-619420ed7fe4?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/FloatingLabel/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/FloatingLabel/package.json b/examples/FloatingLabel/package.json index 28ac050..ac085ec 100644 --- a/examples/FloatingLabel/package.json +++ b/examples/FloatingLabel/package.json @@ -6,7 +6,7 @@ "start": "node node_modules/react-native/local-cli/cli.js start" }, "dependencies": { - "react-native": "^0.19.0", + "react-native": "^0.69.1", "react-native-md-textinput": "^1.9.0" } }