From de61d3829f23eb9d28d4e166653af53d31177bdc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Apr 2025 03:22:19 +0000 Subject: [PATCH] fix: upgrade react-native from 0.44.0 to 0.78.1 Snyk has created this PR to upgrade react-native from 0.44.0 to 0.78.1. See this package in npm: react-native See this project in Snyk: https://app.snyk.io/org/rayston92/project/3acc3e84-c964-47f3-a82c-85edccb4c7fc?utm_source=github&utm_medium=referral&page=upgrade-pr --- measure/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/measure/package.json b/measure/package.json index 49dc1b1a9..cf714a110 100644 --- a/measure/package.json +++ b/measure/package.json @@ -11,7 +11,7 @@ "downloadPublishedVersion": "node ./scripts/downloadPublishedVersion" }, "dependencies": { - "react-native": "0.44.0", + "react-native": "0.78.1", "react": "16.0.0-alpha.6", "prop-types": "*", "lodash": "latest"