From 857ceef91f646988cda62a884c23208b15d822df Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 1 Apr 2020 22:22:39 +0000 Subject: [PATCH] fix(deps): update dependency @sendgrid/mail to v7 --- cloud-tasks/function/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-tasks/function/package.json b/cloud-tasks/function/package.json index 2de88e37b8..a1af9acb43 100644 --- a/cloud-tasks/function/package.json +++ b/cloud-tasks/function/package.json @@ -10,7 +10,7 @@ "test": "mocha test/*.test.js --timeout=60000" }, "dependencies": { - "@sendgrid/mail": "^6.4.0" + "@sendgrid/mail": "^7.0.0" }, "devDependencies": { "mocha": "^7.0.0",