From d6a8a419108e3c03edb40f284ec10895c6c11e5b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Dec 2025 04:45:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEMAILER-14157156 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index baa4896..a0ac8ed 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "loader": "^2.1.1", "logrocket": "^7.0.0", "logrocket-react": "^4.0.1", - "nodemailer": "^6.6.0", + "nodemailer": "^7.0.11", "react": "^16.13.1", "react-anchor-link-smooth-scroll": "^1.0.12", "react-calendly": "^4.1.1",