From abbf76a8781b98de6310e896ec101a940b460242 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Sep 2021 02:45:27 +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 81d71085..eb43550a 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "actionsheet": "0.0.8", "autoscale-canvas": "0.0.3", - "chalk": "^1.1.3", + "chalk": "^2.0.0", "chokidar": "^1.6.0", "classnames": "^2.2.5", "co-fs": "^1.2.0",