From 84e06b0b2836e352c75fccb08b51c532b06e5118 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 17:04:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 98757ed0375887..70d9faf28c77d2 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",