From 974b6f91d626562c8b5e39c1a116632c90e6c324 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 Sep 2021 20:05:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1f4ff6e2239d43..9dda486625e970 100644 --- a/package.json +++ b/package.json @@ -170,7 +170,7 @@ "fs-extra": "^1.0.0", "glob": "^7.1.1", "graceful-fs": "^4.1.3", - "inquirer": "^3.0.6", + "inquirer": "^7.0.5", "lodash": "^4.16.6", "metro-bundler": "^0.21.0", "mime": "^1.3.4", @@ -197,7 +197,7 @@ "ws": "^1.1.0", "xcode": "^0.9.1", "xmldoc": "^0.4.0", - "yargs": "^9.0.0" + "yargs": "^15.0.1" }, "devDependencies": { "babel-eslint": "^7.2.3",