From 4d7743f803492314e187ba37c4e663cafeaf3a72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 17:25:11 +0000 Subject: [PATCH] Bump @react-navigation/native-stack from 7.14.11 to 7.14.12 in /sample Bumps [@react-navigation/native-stack](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native-stack) from 7.14.11 to 7.14.12. - [Release notes](https://github.com/react-navigation/react-navigation/releases) - [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/native-stack@7.14.12/packages/native-stack/CHANGELOG.md) - [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/native-stack@7.14.12/packages/native-stack) --- updated-dependencies: - dependency-name: "@react-navigation/native-stack" dependency-version: 7.14.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sample/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/package.json b/sample/package.json index 0238ce8d..0e1357f9 100644 --- a/sample/package.json +++ b/sample/package.json @@ -20,7 +20,7 @@ "@apollo/client": "^3.13.9", "@react-navigation/bottom-tabs": "^7.4.6", "@react-navigation/native": "^7.1.17", - "@react-navigation/native-stack": "^7.3.25", + "@react-navigation/native-stack": "^7.14.12", "@react-navigation/stack": "^7.4.8", "@shopify/checkout-sheet-kit": "workspace:*", "graphql": "^16.8.2",