From c1a3f5d2a4787593901fae19d8a8b8d1f5e34f54 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Sep 2020 06:07:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BL-608877 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e55b27e..ed19f64 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dependencies": { "chalk": "^1.1.1", "download": "^4.4.1", - "googleapis": "^7.1.0", + "googleapis": "^16.0.0", "humanize-url": "^1.0.1", "lodash": "^4.5.1", "meow": "^3.5.0",