From 5f749f9e798e072346c597ae3b37f7ab0ca847db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 22:39:33 +0000 Subject: [PATCH] chore(deps-dev): bump @react-native-community/cli Bumps [@react-native-community/cli](https://github.com/react-native-community/cli/tree/HEAD/packages/cli) from 19.1.1 to 19.1.2. - [Release notes](https://github.com/react-native-community/cli/releases) - [Changelog](https://github.com/react-native-community/cli/blob/main/packages/cli/CHANGELOG.md) - [Commits](https://github.com/react-native-community/cli/commits/v19.1.2/packages/cli) --- updated-dependencies: - dependency-name: "@react-native-community/cli" dependency-version: 19.1.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- samples/react-native/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/react-native/package.json b/samples/react-native/package.json index c79ae7fec4..658fbaaf88 100644 --- a/samples/react-native/package.json +++ b/samples/react-native/package.json @@ -51,7 +51,7 @@ "@babel/core": "^7.26.7", "@babel/preset-env": "^7.26.7", "@babel/runtime": "^7.26.7", - "@react-native-community/cli": "19.1.1", + "@react-native-community/cli": "19.1.2", "@react-native-community/cli-platform-android": "19.1.1", "@react-native-community/cli-platform-ios": "19.1.1", "@react-native/babel-preset": "0.80.2",