From a60246fd643a859f84247bce647e6c5a777cc24b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 10:31:22 +0000 Subject: [PATCH] fix: lib/cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- lib/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/package.json b/lib/cli/package.json index 1aa8dd6b791e..fe99692a33ec 100644 --- a/lib/cli/package.json +++ b/lib/cli/package.json @@ -26,6 +26,6 @@ "merge-dirs": "^0.2.1", "shelljs": "^0.7.7", "spawn-sync": "^1.0.15", - "update-notifier": "^2.1.0" + "update-notifier": "^4.0.0" } }