From 00a99918d8a3356c918abd416c70582c0405dfb0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 Sep 2021 07:01:08 +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 8b7eb620a3abb4..61ceb22732bc82 100644 --- a/package.json +++ b/package.json @@ -167,7 +167,7 @@ "image-size": "^0.3.5", "immutable": "~3.7.6", "imurmurhash": "^0.1.4", - "inquirer": "^0.12.0", + "inquirer": "^7.0.5", "jest-haste-map": "19.0.0", "joi": "^6.6.1", "json-stable-stringify": "^1.0.1", @@ -207,7 +207,7 @@ "ws": "^1.1.0", "xcode": "^0.8.9", "xmldoc": "^0.4.0", - "yargs": "^6.4.0" + "yargs": "^15.0.1" }, "devDependencies": { "babel-eslint": "^7.1.1",