From c1d09ffb86c1a2a08719b3f260ee869f354fd9b9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 May 2022 00:17:46 +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-PROTOBUFJS-2441248 --- 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 b78381aeb5..767b3cfd37 100644 --- a/functions/ocr/app/package.json +++ b/functions/ocr/app/package.json @@ -15,7 +15,7 @@ "test": "mocha test/*.test.js --timeout=20000" }, "dependencies": { - "@google-cloud/pubsub": "^2.1.0", + "@google-cloud/pubsub": "^3.0.0", "@google-cloud/storage": "^5.1.1", "@google-cloud/translate": "^6.0.0", "@google-cloud/vision": "^2.1.0",