From 7101e4f7760a8ceeae10dd530e8333c391242bb0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 09:54:11 +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 69d7cbd7ce1f99..e098a80a50fbfa 100644 --- a/package.json +++ b/package.json @@ -168,7 +168,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", @@ -210,7 +210,7 @@ "xcode": "^0.8.9", "xmldoc": "^0.4.0", "xpipe": "^1.0.5", - "yargs": "^6.4.0" + "yargs": "^15.0.1" }, "devDependencies": { "babel-eslint": "^7.1.1",