From 7de8317b735d5c9323697e0c419531fff406115b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 04:31:29 +0000 Subject: [PATCH] Bump react-native-config from 1.5.6 to 1.5.10 in /sample Bumps [react-native-config](https://github.com/luggit/react-native-config) from 1.5.6 to 1.5.10. - [Release notes](https://github.com/luggit/react-native-config/releases) - [Changelog](https://github.com/lugg/react-native-config/blob/master/release.config.js) - [Commits](https://github.com/luggit/react-native-config/compare/v1.5.6...v1.5.10) --- updated-dependencies: - dependency-name: react-native-config dependency-version: 1.5.10 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 26384b5a..451df4f8 100644 --- a/sample/package.json +++ b/sample/package.json @@ -25,7 +25,7 @@ "@shopify/checkout-sheet-kit": "link:../modules/@shopify/checkout-sheet-kit", "graphql": "^16.8.2", "jotai": "^2.13.1", - "react-native-config": "1.5.6", + "react-native-config": "1.5.10", "react-native-dotenv": "^3.4.11", "react-native-reanimated": "3.18.0", "react-native-safe-area-context": "^5.6.1",