From eb8cbf3751e2d482b4b547305d25e2cc576e429c Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Wed, 23 Dec 2020 23:43:05 +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-AXIOS-1038255
---
 functions/imagemagick/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/functions/imagemagick/package.json b/functions/imagemagick/package.json
index 962cbfb7e6..5bbb33acd5 100644
--- a/functions/imagemagick/package.json
+++ b/functions/imagemagick/package.json
@@ -16,7 +16,7 @@
   },
   "dependencies": {
     "@google-cloud/storage": "^2.3.3",
-    "@google-cloud/vision": "^0.24.0",
+    "@google-cloud/vision": "^0.25.0",
     "gm": "^1.23.1"
   },
   "devDependencies": {