From 7764e7532d8644466e6b12f7c525860ff634b8cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Mon, 26 Nov 2018 00:50:55 +0000 Subject: [PATCH] Update dependency @google-cloud/vision to v0.23.0 --- functions/imagemagick/package.json | 2 +- functions/ocr/app/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/imagemagick/package.json b/functions/imagemagick/package.json index 4967a908ac..0635e31023 100644 --- a/functions/imagemagick/package.json +++ b/functions/imagemagick/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@google-cloud/storage": "1.6.0", - "@google-cloud/vision": "0.16.0", + "@google-cloud/vision": "0.23.0", "gm": "^1.23.1" }, "devDependencies": { diff --git a/functions/ocr/app/package.json b/functions/ocr/app/package.json index cf217b4f70..c9e5aed95f 100644 --- a/functions/ocr/app/package.json +++ b/functions/ocr/app/package.json @@ -20,7 +20,7 @@ "@google-cloud/pubsub": "0.13.2", "@google-cloud/storage": "1.2.1", "@google-cloud/translate": "1.0.0", - "@google-cloud/vision": "0.12.0", + "@google-cloud/vision": "0.23.0", "safe-buffer": "5.1.1" }, "devDependencies": {