From f92de3ff023266d18480b2c177a2da82e9bc240c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Sep 2021 02:24:33 +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 dc5dd12a4f438a..24fa52a4351956 100644 --- a/package.json +++ b/package.json @@ -152,7 +152,7 @@ "babylon": "^6.16.1", "base64-js": "^1.1.2", "bser": "^1.0.2", - "chalk": "^1.1.1", + "chalk": "^2.0.0", "commander": "^2.9.0", "concat-stream": "^1.6.0", "connect": "^2.8.3", @@ -169,7 +169,7 @@ "graceful-fs": "^4.1.3", "image-size": "^0.3.5", "imurmurhash": "^0.1.4", - "inquirer": "^0.12.0", + "inquirer": "^3.2.0", "jest-haste-map": "19.0.0", "joi": "^6.6.1", "json-stable-stringify": "^1.0.1",