diff --git a/package-lock.json b/package-lock.json index b130cf6a4..42733827c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14540,9 +14540,9 @@ "license": "MIT" }, "node_modules/nodemailer": { - "version": "6.10.1", - "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.10.1.tgz", - "integrity": "sha512-Z+iLaBGVaSjbIzQ4pX6XV41HrooLsQ10ZWPUehGmuantvzWoDVBnmsdUcOIDM1t+yPor5pDhVlDESgOMEGxhHA==", + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-7.0.3.tgz", + "integrity": "sha512-Ajq6Sz1x7cIK3pN6KesGTah+1gnwMnx5gKl3piQlQQE/PwyJ4Mbc8is2psWYxK3RJTVeqsDaCv8ZzXLCDHMTZw==", "license": "MIT-0", "engines": { "node": ">=6.0.0" @@ -18720,7 +18720,7 @@ "fastify": "^5.3.3", "fastify-favicon": "^5.0.0", "lucia": "^3.2.2", - "nodemailer": "^6.9.8", + "nodemailer": "^7.0.3", "pino": "^9.7.0", "pino-pretty": "^13.0.0", "pug": "^3.0.2", diff --git a/services/backend/package.json b/services/backend/package.json index 73001cdff..d4751bb95 100644 --- a/services/backend/package.json +++ b/services/backend/package.json @@ -30,7 +30,7 @@ "fastify": "^5.3.3", "fastify-favicon": "^5.0.0", "lucia": "^3.2.2", - "nodemailer": "^6.9.8", + "nodemailer": "^7.0.3", "pino": "^9.7.0", "pino-pretty": "^13.0.0", "pug": "^3.0.2",