From 123c77ff4b73c3f0a16ea3f52bff9eea77723a9e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 Oct 2025 08:52:39 +0000 Subject: [PATCH] fix: upgrade react from 19.1.1 to 19.2.0 Snyk has created this PR to upgrade react from 19.1.1 to 19.2.0. See this package in npm: react See this project in Snyk: https://app.snyk.io/org/rarenatoe/project/2595f087-86f2-4d01-804b-bddfd3fdd2c0?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 6a1bbe3..087005e 100644 --- a/example/package.json +++ b/example/package.json @@ -14,7 +14,7 @@ "test": "jest" }, "dependencies": { - "react": "19.1.1", + "react": "19.2.0", "react-native": "0.81.0", "react-native-safe-area-context": "^5.5.2" },