From 08b7fe862f6ae89dd344b6cf880097280b720e62 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 1 Feb 2020 00:59:46 +0000 Subject: [PATCH] fix: lib/cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://dev.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 130587b9a00f..c3a8b9683cca 100644 --- a/lib/cli/package.json +++ b/lib/cli/package.json @@ -54,7 +54,7 @@ "semver": "^6.0.0", "shelljs": "^0.8.3", "strip-json-comments": "^3.0.1", - "update-notifier": "^3.0.0" + "update-notifier": "^4.0.0" }, "devDependencies": { "@storybook/addon-actions": "5.3.0-alpha.22",