From a7492eb5f410a976cdd30f88f1cca9eec9785f01 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 10:25:30 +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 6b54786e744f0a..73fcad5af78272 100644 --- a/package.json +++ b/package.json @@ -175,7 +175,7 @@ "glob": "^7.1.1", "graceful-fs": "^4.1.3", "image-size": "^0.3.5", - "inquirer": "^3.0.6", + "inquirer": "^7.0.5", "jest-haste-map": "^20.0.4", "json-stable-stringify": "^1.0.1", "json5": "^0.4.0", @@ -219,7 +219,7 @@ "xmldoc": "^0.4.0", "xpipe": "^1.0.5", "xtend": ">=4.0.0 <4.1.0-0", - "yargs": "^6.4.0" + "yargs": "^15.0.1" }, "devDependencies": { "babel-eslint": "^7.2.3",