Skip to content

Commit 142a93e

Browse files
fix(deps): update dependency nodemailer to v7 [security]
1 parent 708445f commit 142a93e

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"mjml": "4.15.3",
4040
"mongoose": "8.17.1",
4141
"nest-winston": "1.10.2",
42-
"nodemailer": "6.10.1",
42+
"nodemailer": "7.0.7",
4343
"preview-email": "3.1.0",
4444
"pug": "3.0.3",
4545
"reflect-metadata": "0.2.2",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5150,16 +5150,21 @@ [email protected]:
51505150
xml "1.0.1"
51515151
yargs "^17.5.1"
51525152

5153-
[email protected], nodemailer@^6.9.13:
5154-
version "6.10.1"
5155-
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.10.1.tgz#cbc434c54238f83a51c07eabd04e2b3e832da623"
5156-
integrity sha512-Z+iLaBGVaSjbIzQ4pX6XV41HrooLsQ10ZWPUehGmuantvzWoDVBnmsdUcOIDM1t+yPor5pDhVlDESgOMEGxhHA==
5157-
51585153
51595154
version "6.9.16"
51605155
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.9.16.tgz#3ebdf6c6f477c571c0facb0727b33892635e0b8b"
51615156
integrity sha512-psAuZdTIRN08HKVd/E8ObdV6NO7NTBY3KsC30F7M4H1OnmLCUNaS56FpYxyb26zWLSyYF9Ozch9KYHhHegsiOQ==
51625157

5158+
5159+
version "7.0.7"
5160+
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-7.0.7.tgz#91a16235c08abb7805a4ec1537ca63edca79687f"
5161+
integrity sha512-jGOaRznodf62TVzdyhKt/f1Q/c3kYynk8629sgJHpRzGZj01ezbgMMWJSAjHADcwTKxco3B68/R+KHJY2T5BaA==
5162+
5163+
nodemailer@^6.9.13:
5164+
version "6.10.1"
5165+
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.10.1.tgz#cbc434c54238f83a51c07eabd04e2b3e832da623"
5166+
integrity sha512-Z+iLaBGVaSjbIzQ4pX6XV41HrooLsQ10ZWPUehGmuantvzWoDVBnmsdUcOIDM1t+yPor5pDhVlDESgOMEGxhHA==
5167+
51635168
nopt@^7.2.1:
51645169
version "7.2.1"
51655170
resolved "https://registry.yarnpkg.com/nopt/-/nopt-7.2.1.tgz#1cac0eab9b8e97c9093338446eddd40b2c8ca1e7"

0 commit comments

Comments
 (0)