diff --git a/package-lock.json b/package-lock.json index 2e499e48ec0..3264cb3b730 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "mongodb": "6.20.0", "mongodb-connection-string-url": "^7.0.1", "nginx-conf": "2.1.0", - "nodemailer": "8.0.5", + "nodemailer": "8.0.6", "object-hash": "3.0.0", "offline-geocoder": "git+https://github.com/Countly/offline-geocoder.git", "properties-parser": "0.6.0", @@ -9774,9 +9774,9 @@ "license": "MIT" }, "node_modules/nodemailer": { - "version": "8.0.5", - "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-8.0.5.tgz", - "integrity": "sha512-0PF8Yb1yZuQfQbq+5/pZJrtF6WQcjTd5/S4JOHs9PGFxuTqoB/icwuB44pOdURHJbRKX1PPoJZtY7R4VUoCC8w==", + "version": "8.0.6", + "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-8.0.6.tgz", + "integrity": "sha512-Nm2XeuDwwy2wi5A+8jPWwQwNzcjNjhWdE3pVLoXEusxJqCnAPAgnBGkSmiLknbnWuOF9qraRpYZjfxqtKZ4tPw==", "license": "MIT-0", "engines": { "node": ">=6.0.0" diff --git a/package.json b/package.json index be47f300eb7..fa6a291deaf 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "mongodb": "6.20.0", "mongodb-connection-string-url": "^7.0.1", "nginx-conf": "2.1.0", - "nodemailer": "8.0.5", + "nodemailer": "8.0.6", "object-hash": "3.0.0", "offline-geocoder": "git+https://github.com/Countly/offline-geocoder.git", "properties-parser": "0.6.0",