From 7aece2929ddc09e0f10a7cc4ddbcbf21802fc15c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 22:37:07 +0000 Subject: [PATCH] fix: packages/taro-rn-runner/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- packages/taro-rn-runner/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/taro-rn-runner/package.json b/packages/taro-rn-runner/package.json index e1c3b179bba3..c88fc243a800 100644 --- a/packages/taro-rn-runner/package.json +++ b/packages/taro-rn-runner/package.json @@ -30,9 +30,9 @@ "npm": ">=6.0.0" }, "dependencies": { - "@react-native-community/cli": "^8.0.0", + "@react-native-community/cli": "^12.0.0", "@react-native-community/cli-config": "^8.0.0", - "@react-native-community/cli-plugin-metro": "^8.0.0", + "@react-native-community/cli-plugin-metro": "^12.0.0", "@react-native-community/cli-tools": "^8.0.0", "@react-native-community/cli-server-api": "^8.0.0", "@rollup/plugin-babel": "^5.3.1",