From eee3e036a4947921d0ba51853632580f4c928597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 15:37:01 +0000 Subject: [PATCH] build(deps): bump react-native in /examples/GumTestApp_macOS Bumps [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) from 0.62.0 to 0.69.12. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG-0.6x.md) - [Commits](https://github.com/facebook/react-native/commits/v0.69.12/packages/react-native) --- updated-dependencies: - dependency-name: react-native dependency-version: 0.69.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/GumTestApp_macOS/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/GumTestApp_macOS/package.json b/examples/GumTestApp_macOS/package.json index 9cd663d17..77fe83937 100644 --- a/examples/GumTestApp_macOS/package.json +++ b/examples/GumTestApp_macOS/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "react": "16.11.0", - "react-native": "0.62.0", + "react-native": "0.69.12", "react-native-macos": "^0.62.16", "react-native-webrtc": "*" },