Skip to content

Commit e5d6bf0

Browse files
Update dependency nodemailer to v7
1 parent e5bc728 commit e5d6bf0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dotenv": "^16.0.3",
3131
"jsdom": "^20.0.0",
3232
"lodash": "^4.17.21",
33-
"nodemailer": "^6.8.0",
33+
"nodemailer": "^7.0.0",
3434
"nodemailer-express-handlebars": "^5.0.0",
3535
"ora": "^5.4.1",
3636
"puppeteer": "^18.2.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2384,10 +2384,10 @@ nodemailer-express-handlebars@^5.0.0:
23842384
dependencies:
23852385
express-handlebars "^6.0.0"
23862386

2387-
nodemailer@^6.8.0:
2388-
version "6.9.9"
2389-
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.9.9.tgz#4549bfbf710cc6addec5064dd0f19874d24248d9"
2390-
integrity sha512-dexTll8zqQoVJEZPwQAKzxxtFn0qTnjdQTchoU6Re9BUUGBJiOy3YMn/0ShTW6J5M0dfQ1NeDeRTTl4oIWgQMA==
2387+
nodemailer@^7.0.0:
2388+
version "7.0.13"
2389+
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-7.0.13.tgz#74acaa55f0c6f9476384c29f27f53e467e8483cd"
2390+
integrity sha512-PNDFSJdP+KFgdsG3ZzMXCgquO7I6McjY2vlqILjtJd0hy8wEvtugS9xKRF2NWlPNGxvLCXlTNIae4serI7dinw==
23912391

23922392
normalize-path@^3.0.0:
23932393
version "3.0.0"

0 commit comments

Comments
 (0)