From 86e52d072cf32f89f87db39a1a21d6e03a7aa241 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Sep 2024 03:40:15 +0000 Subject: [PATCH] fix: react-native-cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/npm:utile:20180614 --- react-native-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-cli/package.json b/react-native-cli/package.json index 1d7498c49a6757..7f8004b050d0ed 100644 --- a/react-native-cli/package.json +++ b/react-native-cli/package.json @@ -20,7 +20,7 @@ "dependencies": { "chalk": "^1.1.1", "minimist": "^1.2.0", - "prompt": "^0.2.14", + "prompt": "^1.2.0", "semver": "^5.0.3" } }