From 7fb8c39545dc89d88a5bda57f34a87a88c96141d Mon Sep 17 00:00:00 2001 From: Sachin Maheshwari Date: Fri, 17 May 2019 16:15:41 +0530 Subject: [PATCH 1/3] fixing sendgrid lib version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f7099c1..99e2a6d 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ "mocha": "^5.0.0" }, "dependencies": { - "@sendgrid/client": "^6.3.0", - "@sendgrid/mail": "^6.3.0", + "@sendgrid/client": "6.3.1", + "@sendgrid/mail": "6.3.1", "bluebird": "^3.5.1", "body-parser": "^1.15.2", "co": "^4.6.0", From 0488a8ebb1d9e235cf43cbda916108f952a9a53a Mon Sep 17 00:00:00 2001 From: Sachin Maheshwari Date: Fri, 17 May 2019 16:18:12 +0530 Subject: [PATCH 2/3] fixing sendgrid lib version to 6.3.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 99e2a6d..cc4d775 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ "mocha": "^5.0.0" }, "dependencies": { - "@sendgrid/client": "6.3.1", - "@sendgrid/mail": "6.3.1", + "@sendgrid/client": "6.3.0", + "@sendgrid/mail": "6.3.0", "bluebird": "^3.5.1", "body-parser": "^1.15.2", "co": "^4.6.0", From 3826ae074d3fa5f7a182334b9db7d2c9c9148aaf Mon Sep 17 00:00:00 2001 From: Sachin Maheshwari Date: Fri, 17 May 2019 17:02:17 +0530 Subject: [PATCH 3/3] fixing sendgrid/helpers lib to 6.3.0 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index cc4d775..79b2538 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,8 @@ }, "dependencies": { "@sendgrid/client": "6.3.0", - "@sendgrid/mail": "6.3.0", + "@sendgrid/mail": "6.3.1", + "@sendgrid/helpers": "6.3.0", "bluebird": "^3.5.1", "body-parser": "^1.15.2", "co": "^4.6.0",