diff --git a/package-lock.json b/package-lock.json index 4d7dba2568b..297a278b755 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "mongodb": "6.20.0", "mongodb-connection-string-url": "^7.0.1", "nginx-conf": "2.1.0", - "nodemailer": "8.0.7", + "nodemailer": "8.0.8", "object-hash": "3.0.0", "offline-geocoder": "git+https://github.com/Countly/offline-geocoder.git", "properties-parser": "0.6.0", @@ -9724,9 +9724,9 @@ "license": "MIT" }, "node_modules/nodemailer": { - "version": "8.0.7", - "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-8.0.7.tgz", - "integrity": "sha512-pkjE4mkBzQjdJT4/UmlKl3pX0rC9fZmjh7c6C9o7lv66Ac6w9WCnzPzhbPNxwZAzlF4mdq4CSWB5+FbK6FWCow==", + "version": "8.0.8", + "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-8.0.8.tgz", + "integrity": "sha512-p+XsnzXGdtIHXUu2ugxdfG+eX2nehsGhMjW9h0CWj1BhE30hrFz0kh0yIM0/VjUgVsRrDj+80ZO+I1nSkGE4tA==", "license": "MIT-0", "engines": { "node": ">=6.0.0" diff --git a/package.json b/package.json index 3144b4a3830..21382f90d86 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "mongodb": "6.20.0", "mongodb-connection-string-url": "^7.0.1", "nginx-conf": "2.1.0", - "nodemailer": "8.0.7", + "nodemailer": "8.0.8", "object-hash": "3.0.0", "offline-geocoder": "git+https://github.com/Countly/offline-geocoder.git", "properties-parser": "0.6.0",