From bc8d860ac0d9b08515c4a46373cba6504dd8c554 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 22:51:03 +0000 Subject: [PATCH] fix: contact-form/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- contact-form/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contact-form/package.json b/contact-form/package.json index 3715fe6b..5f3c0807 100644 --- a/contact-form/package.json +++ b/contact-form/package.json @@ -3,6 +3,6 @@ "version": "1.0.0", "private": true, "dependencies": { - "@sendgrid/mail": "^7.6.0" + "@sendgrid/mail": "^8.0.0" } }