From b0917b1209c587b89e11cf049835e2862a1c4800 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Jan 2026 09:51:50 +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-QS-14724253 --- 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 9c8494921e1..2d64c1c2749 100644 --- a/functions/sendgrid/package.json +++ b/functions/sendgrid/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@google-cloud/bigquery": "0.9.6", - "@google-cloud/storage": "1.2.1", + "@google-cloud/storage": "5.17.0", "safe-buffer": "5.1.1", "sendgrid": "5.2.2", "uuid": "3.1.0"