From 0183ffdd02345a4e4780900271b8a0fe2eecb9ad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Mar 2024 07:59:58 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NTHCHECK-1586032 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be62d27..0124e26 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "dotenv": "^0.5.1", "nodemailer": "^1.3.0", - "sendgrid": "^1.5.0", + "sendgrid": "^5.2.3", "smtpapi": "^1.0.5" } }