From 6d65867a4b6ff793539a988b201a14f9f7fd71d6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 Sep 2021 01:54:44 +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 ba66d872..472904a3 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,6 @@ "ps-tree": "^1.0.1", "touch": "1.0.0", "undefsafe": "0.0.3", - "update-notifier": "0.5.0" + "update-notifier": "0.6.1" } }