diff --git a/package.json b/package.json index 0c93acb..49d395e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@types/pg": "^8.11.10", "axios": "^1.7.7", "eslint": "^9.10.0", - "nodemailer": "^6.9.15", + "nodemailer": "^7.0.7", "pg": "^8.13.0", "telegraf": "^4.16.3", "tsc": "^2.0.4", diff --git a/yarn.lock b/yarn.lock index a1a4a7c..eeffb70 100644 --- a/yarn.lock +++ b/yarn.lock @@ -849,10 +849,10 @@ node-fetch@^2.7.0: dependencies: whatwg-url "^5.0.0" -nodemailer@^6.9.15: - version "6.9.15" - resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.9.15.tgz#57b79dc522be27e0e47ac16cc860aa0673e62e04" - integrity sha512-AHf04ySLC6CIfuRtRiEYtGEXgRfa6INgWGluDhnxTZhHSKvrBu7lc1VVchQ0d8nPc4cFaZoPq8vkyNoZr0TpGQ== +nodemailer@^7.0.7: + version "7.0.7" + resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-7.0.7.tgz#91a16235c08abb7805a4ec1537ca63edca79687f" + integrity sha512-jGOaRznodf62TVzdyhKt/f1Q/c3kYynk8629sgJHpRzGZj01ezbgMMWJSAjHADcwTKxco3B68/R+KHJY2T5BaA== normalize-path@^3.0.0, normalize-path@~3.0.0: version "3.0.0"