From 927b30469f1fd769551ecb3074d60b3337b60574 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Apr 2024 04:50:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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 013844d..8f314b5 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ ], "license": "MIT", "dependencies": { - "sendgrid": "^1.8.0" + "sendgrid": "^5.2.3" }, "devDependencies": { "chai": "^1.9.1",