From d856fe4ac83e8dfb56c982fb7e5dc74fd4a8983e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 8 Oct 2019 23:45:00 +0000 Subject: [PATCH] fix: functions/imagemagick/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HTTPSPROXYAGENT-469131 --- functions/imagemagick/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/imagemagick/package.json b/functions/imagemagick/package.json index 962cbfb7e6..d7f2e48065 100644 --- a/functions/imagemagick/package.json +++ b/functions/imagemagick/package.json @@ -15,8 +15,8 @@ "test": "ava -T 20s --verbose test/*.test.js" }, "dependencies": { - "@google-cloud/storage": "^2.3.3", - "@google-cloud/vision": "^0.24.0", + "@google-cloud/storage": "^3.0.0", + "@google-cloud/vision": "^1.0.0", "gm": "^1.23.1" }, "devDependencies": {