From 31f8826a831c39b0b2a0588f4864bb00cd9503d4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Sep 2024 00:05:40 +0000 Subject: [PATCH] feat: upgrade @sendgrid/mail from 7.7.0 to 8.1.3 Snyk has created this PR to upgrade @sendgrid/mail from 7.7.0 to 8.1.3. See this package in npm: @sendgrid/mail See this project in Snyk: https://app.snyk.io/org/paaschdigital/project/f5effe94-c113-4446-86e3-76d710caf816?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/database-email-update/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/database-email-update/package.json b/examples/database-email-update/package.json index f0c97d93..99b9db9d 100644 --- a/examples/database-email-update/package.json +++ b/examples/database-email-update/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@notionhq/client": "file:../../", - "@sendgrid/mail": "^7.7.0", + "@sendgrid/mail": "^8.1.3", "dotenv": "^16.0.1", "ts-node": "^10.8.2" },