From 68d579b5d9797b45c0a746b980359c30be57c8a2 Mon Sep 17 00:00:00 2001 From: Floyd Kim Date: Fri, 14 Nov 2025 11:46:52 +0900 Subject: [PATCH] Bump React Native CLI packages to the version that fixes CVE-2025-11953 --- template/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/template/package.json b/template/package.json index 23f4881..8dc0de5 100644 --- a/template/package.json +++ b/template/package.json @@ -17,9 +17,9 @@ "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.3", "@babel/runtime": "^7.25.0", - "@react-native-community/cli": "18.0.0", - "@react-native-community/cli-platform-android": "18.0.0", - "@react-native-community/cli-platform-ios": "18.0.0", + "@react-native-community/cli": "18.0.1", + "@react-native-community/cli-platform-android": "18.0.1", + "@react-native-community/cli-platform-ios": "18.0.1", "@react-native/babel-preset": "0.79.7", "@react-native/eslint-config": "0.79.7", "@react-native/metro-config": "0.79.7", @@ -36,4 +36,4 @@ "engines": { "node": ">=18" } -} \ No newline at end of file +}