From 4806a43f07d14c15932125aedd2c77ec1e2c3854 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 19:11:31 +0000 Subject: [PATCH] fix(deps): bump @react-navigation/bottom-tabs in /examples/expo Bumps [@react-navigation/bottom-tabs](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/bottom-tabs) from 7.4.8 to 7.4.9. - [Release notes](https://github.com/react-navigation/react-navigation/releases) - [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/bottom-tabs@7.4.9/packages/bottom-tabs/CHANGELOG.md) - [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/bottom-tabs@7.4.9/packages/bottom-tabs) --- updated-dependencies: - dependency-name: "@react-navigation/bottom-tabs" dependency-version: 7.4.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/expo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/expo/package.json b/examples/expo/package.json index 97dcc60..01d484f 100644 --- a/examples/expo/package.json +++ b/examples/expo/package.json @@ -13,7 +13,7 @@ "dependencies": { "@expo/vector-icons": "^15.0.2", "@forward-software/react-auth": "workspace:^", - "@react-navigation/bottom-tabs": "^7.4.0", + "@react-navigation/bottom-tabs": "^7.4.9", "@react-navigation/elements": "^2.6.3", "@react-navigation/native": "^7.1.8", "axios": "^1.12.2",