From 20c1f64a1e21db130c7cb9923f9100b0c14a68aa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Sep 2021 03:20:35 +0000 Subject: [PATCH] fix: react-native-git-upgrade/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- react-native-git-upgrade/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-git-upgrade/package.json b/react-native-git-upgrade/package.json index dd79e8a008526f..9258add0f7d8f5 100644 --- a/react-native-git-upgrade/package.json +++ b/react-native-git-upgrade/package.json @@ -25,6 +25,6 @@ "rimraf": "^2.5.4", "semver": "^5.0.3", "shelljs": "^0.7.5", - "yeoman-environment": "1.5.3" + "yeoman-environment": "2.0.0" } }