From 611a5317b2866d5708a102eb57423dfea1e1b7d1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 01:09:07 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 698fb88..bd85a98 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ }, "homepage": "https://github.com/sokis/vuex-cli#readme", "dependencies": { - "chalk": "^1.1.1", + "chalk": "^2.0.0", "commander": "^2.9.0", "denodeify": "^1.2.1", "ejs": "^2.4.1",