From 8dcf4b45aa31d651a78b758bf8a4908dbd44c185 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 18:57:07 +0000 Subject: [PATCH] chore(deps): bump @react-navigation/stack Bumps [@react-navigation/stack](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/stack) from 7.8.10 to 7.8.11. - [Release notes](https://github.com/react-navigation/react-navigation/releases) - [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/stack@7.8.11/packages/stack/CHANGELOG.md) - [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/stack@7.8.11/packages/stack) --- updated-dependencies: - dependency-name: "@react-navigation/stack" dependency-version: 7.8.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- platforms/react-native/sample/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/react-native/sample/package.json b/platforms/react-native/sample/package.json index 30283da1..c0c98e81 100644 --- a/platforms/react-native/sample/package.json +++ b/platforms/react-native/sample/package.json @@ -21,7 +21,7 @@ "@react-navigation/bottom-tabs": "^7.4.6", "@react-navigation/native": "^7.1.17", "@react-navigation/native-stack": "^7.3.25", - "@react-navigation/stack": "^7.4.8", + "@react-navigation/stack": "^7.8.11", "@shopify/checkout-kit-react-native": "workspace:*", "graphql": "^16.8.2", "jotai": "^2.13.1",