From bcab5c5a197ed9871a8cab2b458f231dc23e79b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 May 2022 22:45:03 +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 ab36db6..21b4a2b 100644 --- a/package.json +++ b/package.json @@ -26,11 +26,11 @@ }, "homepage": "https://github.com/NoDivide/astrum#readme", "dependencies": { - "chalk": "^1.1.3", + "chalk": "^2.0.0", "commander": "^2.9.0", "cwd": "^0.10.0", "fs-extra": "^0.28.0", - "inquirer": "^1.0.2", + "inquirer": "^6.5.1", "is-windows": "^0.2.0", "mkdirp": "^0.5.1" },