From 853ff2cacaa64e54a8f41935a7b406a8fa614faa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Sep 2021 18:40:04 +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 93d1366e2..b2ecc37f0 100644 --- a/package.json +++ b/package.json @@ -26,13 +26,13 @@ "acceptance" ], "dependencies": { - "chalk": "^1.1.3", + "chalk": "^2.0.0", "co": "^4.6.0", "commander": "^2.9.0", "escape-string-regexp": "^1.0.3", "get-parameter-names": "^0.3.0", "glob": "^6.0.1", - "inquirer": "^0.11.0", + "inquirer": "^3.2.0", "mkdirp": "^0.5.1", "mocha": "^3.1.2", "requireg": "^0.1.5"