From d29348e6fd37a8945b35f908a498918e7c8c636c Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 23:50:27 +0000 Subject: [PATCH] fix: upgrade react from 19.2.3 to 19.2.5 Snyk has created this PR to upgrade react from 19.2.3 to 19.2.5. See this package in npm: react See this project in Snyk: https://app.snyk.io/org/bolt-2.0-production/project/763ce2bf-7e1f-487d-9757-c07f69f7bb81?utm_source=github-cloud-app&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 83c16df..94fad5a 100644 --- a/example/package.json +++ b/example/package.json @@ -10,7 +10,7 @@ "build:ios": "react-native build-ios --mode Debug" }, "dependencies": { - "react": "19.2.3", + "react": "19.2.5", "react-native": "0.85.2", "react-native-get-random-values": "^2.0.0", "react-native-webview": "^13.16.1"