From 97b16179eb53650295e51fba8c21e0c1d32d1c17 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Sep 2020 01:53:33 +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-NODEFORGE-598677 --- 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..4404ddbbeb 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.0.0", "safe-buffer": "^5.1.2", "sendgrid": "^5.2.3", "uuid": "^3.3.2"