From ac0e0b3f72239b13ab09eaa4e601bbd101a16acd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 02:21:01 +0000 Subject: [PATCH] chore(deps): bump @react-native-firebase/analytics from 20.5.0 to 23.5.0 Bumps [@react-native-firebase/analytics](https://github.com/invertase/react-native-firebase) from 20.5.0 to 23.5.0. - [Release notes](https://github.com/invertase/react-native-firebase/releases) - [Changelog](https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md) - [Commits](https://github.com/invertase/react-native-firebase/compare/v20.5.0...v23.5.0) --- updated-dependencies: - dependency-name: "@react-native-firebase/analytics" dependency-version: 23.5.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/mobile/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 39d642f6..ef59a546 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -36,7 +36,7 @@ "@react-native-async-storage/async-storage": "^1.23.1", "@react-native-community/netinfo": "^11.3.1", "@react-native-firebase/app": "^20.5.0", - "@react-native-firebase/analytics": "^20.5.0", + "@react-native-firebase/analytics": "^23.5.0", "@react-native-firebase/messaging": "^20.5.0", "@tanstack/react-query": "^5.59.0", "react-native-bootsplash": "^5.5.3",