From d709e211e4f45a5969716ea24699b5fa3a51fa25 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 May 2025 06:22:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 98757ed0375887..e013af20c24f90 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.70.0", "metro-runtime": "0.63.0", "metro-source-map": "0.63.0", "nullthrows": "^1.1.1",