From b5734c382ad06cbefdf2b5d4437ab93299d204ff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Feb 2020 07:45:23 +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-DOTPROP-543489 --- 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 ca4db7c8099f..2b28048be55a 100644 --- a/lib/cli/package.json +++ b/lib/cli/package.json @@ -31,6 +31,6 @@ "latest-version": "^3.1.0", "merge-dirs": "^0.2.1", "shelljs": "^0.7.8", - "update-notifier": "^2.3.0" + "update-notifier": "^4.0.0" } }