From d80215411b188568f79ac7cb503c8324fc1e75c2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Sep 2021 23:11:12 +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-ANSIREGEX-1583908 --- 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..f41b4566c7453f 100644 --- a/react-native-cli/package.json +++ b/react-native-cli/package.json @@ -18,7 +18,7 @@ "react-native": "index.js" }, "dependencies": { - "chalk": "^1.1.1", + "chalk": "^2.0.0", "minimist": "^1.2.0", "prompt": "^0.2.14", "semver": "^5.0.3"