diff --git a/functions/imagemagick/package.json b/functions/imagemagick/package.json index 87056984bc..962cbfb7e6 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.23.0", + "@google-cloud/vision": "^0.24.0", "gm": "^1.23.1" }, "devDependencies": { diff --git a/functions/ocr/app/package.json b/functions/ocr/app/package.json index 9e561691ec..2002e2fc83 100644 --- a/functions/ocr/app/package.json +++ b/functions/ocr/app/package.json @@ -18,7 +18,7 @@ "@google-cloud/pubsub": "0.22.2", "@google-cloud/storage": "^2.3.3", "@google-cloud/translate": "2.1.3", - "@google-cloud/vision": "0.23.0", + "@google-cloud/vision": "0.24.0", "safe-buffer": "5.1.2" }, "devDependencies": {