From a4f90ea9487580985d4cb4da6b70848d76a78264 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 19:28:13 +0000 Subject: [PATCH] fix: upgrade react from 15.4.2 to 15.7.0 Snyk has created this PR to upgrade react from 15.4.2 to 15.7.0. See this package in npm: https://www.npmjs.com/package/react See this project in Snyk: https://app.snyk.io/org/snykmoneyhub/project/09805b2a-ce9e-4fa5-bdeb-83576cbb35b6?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 a5c3f46..fd036a3 100644 --- a/example/package.json +++ b/example/package.json @@ -6,7 +6,7 @@ "start": "node node_modules/react-native/local-cli/cli.js start" }, "dependencies": { - "react": "15.4.2", + "react": "15.7.0", "react-native": "0.42.3", "react-native-custom-tabs": "file:.." },