From f4fbb1c8686d7d6e632272d3c96c2b9d768e280c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 04:38:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 98757ed0375887..ffa7840bd69dee 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": "^7.0.1", "@react-native-community/cli-platform-android": "^4.10.0", "@react-native-community/cli-platform-ios": "^4.10.0", "@react-native/assets": "1.0.0",