From 96ab73c4a464e6f3d945a8a9f42cd1d1d0e77c00 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 25 Jul 2025 22:08:12 +0000 Subject: [PATCH] fix: upgrade react-native from 0.79.5 to 0.80.1 Snyk has created this PR to upgrade react-native from 0.79.5 to 0.80.1. See this package in npm: react-native See this project in Snyk: https://app.snyk.io/org/jairajjangle/project/c241a4fa-5545-4635-ac2e-aceef644cf3c?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 b8f90ea..4541c6a 100644 --- a/example/package.json +++ b/example/package.json @@ -21,7 +21,7 @@ "lodash": "^4.17.21", "react": "19.0.0", "react-dom": "19.0.0", - "react-native": "0.79.5", + "react-native": "0.80.1", "react-native-gesture-handler": "^2.26.0", "react-native-reanimated": "~3.17.5", "react-native-safe-area-context": "^5.4.1",