From 8165b368c6f03ff20e851dcac2cecac710a3e2d5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 07:24:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 98757ed0375887..0fc4ff9416984d 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "react": "16.13.1" }, "dependencies": { - "@react-native-community/cli": "^4.10.0", + "@react-native-community/cli": "^6.1.0", "@react-native-community/cli-platform-android": "^4.10.0", "@react-native-community/cli-platform-ios": "^4.10.0", "@react-native/assets": "1.0.0", @@ -100,7 +100,7 @@ "invariant": "^2.2.4", "jsc-android": "^245459.0.0", "metro-babel-register": "0.63.0", - "metro-react-native-babel-transformer": "0.63.0", + "metro-react-native-babel-transformer": "0.77.0", "metro-runtime": "0.63.0", "metro-source-map": "0.63.0", "nullthrows": "^1.1.1",