From 52fc0c03dd5f53dd0ee2e4d92aecb8d87bd466f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Apr 2022 22:01:29 +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-ASYNC-2441827 --- 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..f87f4448a1 100644 --- a/functions/ocr/app/package.json +++ b/functions/ocr/app/package.json @@ -19,7 +19,7 @@ "@google-cloud/storage": "^5.1.1", "@google-cloud/translate": "^6.0.0", "@google-cloud/vision": "^2.1.0", - "nconf": "^0.11.0" + "nconf": "^0.12.0" }, "devDependencies": { "mocha": "^8.0.1",