From b3f47543e56af0565c7ceaca1d9347bda3c0d49b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Mar 2020 06:07:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e55b27e..7d31b54 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ ], "dependencies": { "chalk": "^1.1.1", - "download": "^4.4.1", + "download": "^5.0.0", "googleapis": "^7.1.0", "humanize-url": "^1.0.1", "lodash": "^4.5.1", @@ -45,7 +45,7 @@ "pretty-bytes": "^3.0.1", "repeating": "^2.0.0", "sort-on": "^1.2.2", - "update-notifier": "^0.6.0" + "update-notifier": "^2.0.0" }, "devDependencies": { "mocha": "^2.3.3",