From f4906bc4e5e65785bf24666c17359af322472c59 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Sep 2021 23:30:47 +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 4c0373167abe39..45e7d3edda3b07 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,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", @@ -153,7 +153,7 @@ "image-size": "^0.3.5", "immutable": "~3.7.6", "imurmurhash": "^0.1.4", - "inquirer": "^0.12.0", + "inquirer": "^3.2.0", "jest-haste-map": "18.0.0", "joi": "^6.6.1", "json-stable-stringify": "^1.0.1",