From f7b12cf4cca7758e015f4155d774af9d9cde3b04 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Sep 2021 02:07:49 +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"