From f4d42e89b6f4a700ba4e77ff40bd1e78a65ea09d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Oct 2025 09:17:59 +0000 Subject: [PATCH] fix: upgrade react from 19.0.0 to 19.2.0 Snyk has created this PR to upgrade react from 19.0.0 to 19.2.0. See this package in npm: react See this project in Snyk: https://app.snyk.io/org/rayston92/project/12131025-83ec-43b7-9739-7e46d66c4dfd?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 fd5b208..8f845f5 100644 --- a/example/package.json +++ b/example/package.json @@ -10,7 +10,7 @@ "build:ios": "react-native build-ios --scheme BleUtilsExample --mode Debug --extra-params \"-sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO\"" }, "dependencies": { - "react": "19.0.0", + "react": "19.2.0", "react-native": "0.78.0", "react-native-ble-plx": "^3.5.0" },