From e714c7f5b317101b046923d11e0469a65e441e4f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Dec 2018 23:07:46 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:deep-extend:20180409 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d00b4b8..7c04fe4 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "chalk": "^2.0.0", "lodash": "~4.17.3", "meow": "^5.0.0", - "update-notifier": "^2.0.0" + "update-notifier": "^2.5.0" }, "devDependencies": { "chai": "4.1.2",