From e875cefaac47b9aa263417485f4d9cc2470f5c03 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 15:00:34 +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-SEMVER-3247795 --- functions/ocr/app/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/ocr/app/package.json b/functions/ocr/app/package.json index 3d903a80a0..c297f616c6 100644 --- a/functions/ocr/app/package.json +++ b/functions/ocr/app/package.json @@ -16,9 +16,9 @@ }, "dependencies": { "@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/storage": "^3.0.0", + "@google-cloud/translate": "^4.0.0", + "@google-cloud/vision": "^2.0.0", "safe-buffer": "^5.1.2" }, "devDependencies": {