From 132bc13926d3e68f17367c07c4cba5683d6ae5e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 May 2022 16:58:48 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 95d7d3c898a2e9..3edc682347c3b8 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "babylon": "^6.14.1", "base64-js": "^1.1.2", "bser": "^1.0.2", - "chalk": "^1.1.1", + "chalk": "^2.0.0", "commander": "^2.9.0", "connect": "^2.8.3", "core-js": "^2.2.2", @@ -156,7 +156,7 @@ "image-size": "^0.3.5", "immutable": "~3.7.6", "imurmurhash": "^0.1.4", - "inquirer": "^0.12.0", + "inquirer": "^6.5.1", "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": "^13.2.4" }, "devDependencies": { "babel-eslint": "^7.1.1",