From ccf21c16df6427485c21414128e4f2e0b02fc87b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Apr 2020 06:07:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DECOMPRESS-557358 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e55b27e..7ed9c7d 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",