From 9928eb010af3047a638e581c07c279784d9a4c6d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Sep 2021 05:03:59 +0000 Subject: [PATCH] fix: test/fixtures/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- test/fixtures/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/package.json b/test/fixtures/package.json index 01265e5f..9ff63fa5 100644 --- a/test/fixtures/package.json +++ b/test/fixtures/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "async": "^0.9.0", - "chalk": "^0.5.1", + "chalk": "^1.1.2", "cwd": "^0.4.0", "debug": "^2.1.1", "diff": "^1.2.2"