From 4f93761530ac781ed51f27220042604cf28ed2a1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:20:36 +0000 Subject: [PATCH] fix: functions/sendgrid/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- functions/sendgrid/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/sendgrid/package.json b/functions/sendgrid/package.json index 57f2e8ef3c..7fd0307b18 100644 --- a/functions/sendgrid/package.json +++ b/functions/sendgrid/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@google-cloud/bigquery": "^2.0.0", - "@google-cloud/storage": "^2.0.0", + "@google-cloud/storage": "^3.0.0", "safe-buffer": "^5.1.2", "sendgrid": "^5.2.3", "uuid": "^3.3.2"