From 644021deb26784cdce9870fcbc4a09c5e1082d6c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Oct 2025 11:14:09 +0000 Subject: [PATCH] fix: backend/distribution_subscribers/package.json & backend/distribution_subscribers/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEMAILER-13378253 --- backend/distribution_subscribers/package-lock.json | 9 +++++---- backend/distribution_subscribers/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/backend/distribution_subscribers/package-lock.json b/backend/distribution_subscribers/package-lock.json index 3b7dc6e..22d44d9 100644 --- a/backend/distribution_subscribers/package-lock.json +++ b/backend/distribution_subscribers/package-lock.json @@ -14,7 +14,7 @@ "jsonwebtoken": "^9.0.1", "lodash.escape": "^4.0.1", "mssql": "^6.4.1", - "nodemailer": "^6.9.4" + "nodemailer": "^7.0.7" }, "devDependencies": { "jest": "^27.5.1", @@ -9168,9 +9168,10 @@ } }, "node_modules/nodemailer": { - "version": "6.9.4", - "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.4.tgz", - "integrity": "sha512-CXjQvrQZV4+6X5wP6ZIgdehJamI63MFoYFGGPtHudWym9qaEHDNdPzaj5bfMCvxG1vhAileSWW90q7nL0N36mA==", + "version": "7.0.7", + "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-7.0.7.tgz", + "integrity": "sha512-jGOaRznodf62TVzdyhKt/f1Q/c3kYynk8629sgJHpRzGZj01ezbgMMWJSAjHADcwTKxco3B68/R+KHJY2T5BaA==", + "license": "MIT-0", "engines": { "node": ">=6.0.0" } diff --git a/backend/distribution_subscribers/package.json b/backend/distribution_subscribers/package.json index 9124740..e5ef145 100644 --- a/backend/distribution_subscribers/package.json +++ b/backend/distribution_subscribers/package.json @@ -14,7 +14,7 @@ "jsonwebtoken": "^9.0.1", "lodash.escape": "^4.0.1", "mssql": "^6.4.1", - "nodemailer": "^6.9.4" + "nodemailer": "^7.0.7" }, "devDependencies": { "jest": "^27.5.1",