From dd8dcdb8d4c90d82d3554a946750ad6078f07e16 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 19:41:06 +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 95d7d3c898a2e9..3e12b3f08b6f60 100644 --- a/package.json +++ b/package.json @@ -156,7 +156,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": "18.0.0", "joi": "^6.6.1", "json-stable-stringify": "^1.0.1", @@ -196,7 +196,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",