From bf62ae7ac15e7e265aeb5357ea541353e9a1feb5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 15:02:47 +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 685eabe..58c080f 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "chalk": "^1.1.1", "cli-cursor": "^2.1.0", "cli-spinners": "^1.0.0", - "log-symbols": "^1.0.2" + "log-symbols": "^2.0.0" }, "devDependencies": { "ava": "*",