From 32cf5566ac4989b47496a0a82f1a0909e3cd847d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 Nov 2023 22:12:39 +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 21cfa896188626..cfecb0209e31f5 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.4" } }