From b8ba19bd43a5e5c94465cb81cda1edff394649e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Sep 2021 01:00:29 +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 dd9b9dc6..48b9041c 100644 --- a/package.json +++ b/package.json @@ -74,10 +74,10 @@ "mocha": "^2.3.4", "require-directory": "^2.1.1", "should": "^7.1.1", - "standard": "^10.0.2" + "standard": "^11.0.0" }, "dependencies": { - "chalk": "^1.1.1", + "chalk": "^2.0.0", "commander": "^2.9.0", "debug": "^2.2.0", "event-stream": "^3.3.2",