From f9d5970c3bf5a0e33287cbfd8faa75e6b9fd2deb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Aug 2025 08:18:58 +0000 Subject: [PATCH] fix: upgrade react from 19.0.0 to 19.1.1 Snyk has created this PR to upgrade react from 19.0.0 to 19.1.1. 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..e67f5d7 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.1.1", "react-native": "0.78.0", "react-native-ble-plx": "^3.5.0" },