From 9996b5afe45a5df3941dbda04244df16f4fb46f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Feb 2020 08:15:24 +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 f86b62be4a61..f91e6b888229 100644 --- a/lib/cli/package.json +++ b/lib/cli/package.json @@ -39,7 +39,7 @@ "merge-dirs": "^0.2.1", "semver": "^5.5.0", "shelljs": "^0.8.1", - "update-notifier": "^2.4.0" + "update-notifier": "^4.0.0" }, "devDependencies": { "@storybook/addon-actions": "4.0.0-alpha.2",