From fffa7d67059be07b80f2521002580a8f5b0a783c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 18:00:37 +0000 Subject: [PATCH] fix: functions/ocr/app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- functions/ocr/app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/ocr/app/package.json b/functions/ocr/app/package.json index 3d903a80a0..4131375dda 100644 --- a/functions/ocr/app/package.json +++ b/functions/ocr/app/package.json @@ -18,7 +18,7 @@ "@google-cloud/pubsub": "^0.28.1", "@google-cloud/storage": "^2.3.3", "@google-cloud/translate": "^3.0.0", - "@google-cloud/vision": "^0.25.0", + "@google-cloud/vision": "^1.0.0", "safe-buffer": "^5.1.2" }, "devDependencies": {