From e439d0ceaf150c17100d2903bcb6e67a589a4f89 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 25 Dec 2020 01:53:45 +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-DATEANDTIME-1054430 --- 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..54f0345862 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": "^5.2.0", "safe-buffer": "^5.1.2", "sendgrid": "^5.2.3", "uuid": "^3.3.2"