From bb9fbb7b928f211c61aa0511a6a8c1268a99006f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Sep 2021 21:24: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 9556cc277a082a..b152de5615fa8d 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" } }