From 474d040c21f4f7fbf889ddf2c0819ed6c56c36e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Apr 2023 18:37:10 -0700 Subject: [PATCH] fix: upgrade react-native from 0.70.5 to 0.71.6 Snyk has created this PR to upgrade react-native from 0.70.5 to 0.71.6. See this package in npm: https://www.npmjs.com/package/react-native See this project in Snyk: https://app.snyk.io/org/telemetry-data-platform/project/99b3ad07-a482-4fa8-a7c2-6d66f64a3e54?utm_source=github&utm_medium=referral&page=upgrade-pr --- NewRelicExampleApp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewRelicExampleApp/package.json b/NewRelicExampleApp/package.json index dd4414e..6b17f8d 100644 --- a/NewRelicExampleApp/package.json +++ b/NewRelicExampleApp/package.json @@ -17,7 +17,7 @@ "@rneui/themed": "^4.0.0-rc.6", "newrelic-react-native-agent": "^0.0.9", "react": "18.1.0", - "react-native": "0.70.5", + "react-native": "0.71.6", "react-native-gesture-handler": "^2.8.0", "react-native-reanimated": "^2.12.0", "react-native-safe-area-context": "^4.4.1",