fix: missing noreply email for resend (#3094)

This commit is contained in:
David Nguyen
2026-07-14 19:13:40 +08:00
committed by GitHub
parent 12223c79cb
commit d6268b1d7d
5 changed files with 74 additions and 14 deletions
+11 -11
View File
@@ -49,7 +49,7 @@
"inngest-cli": "^1.17.9",
"lint-staged": "^16.2.7",
"nanoid": "^5.1.6",
"nodemailer": "^8.0.5",
"nodemailer": "^9.0.0",
"pdfjs-dist": "5.4.296",
"pino": "^9.14.0",
"pino-pretty": "^13.1.2",
@@ -3048,15 +3048,15 @@
"link": true
},
"node_modules/@documenso/nodemailer-resend": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@documenso/nodemailer-resend/-/nodemailer-resend-4.0.0.tgz",
"integrity": "sha512-o2Wpz8jJXOov+CbEzWUhqXlBsdx/l/W0au054j5HUExaLpS+sCoJfdOM0A5uHGTInWOxqbNB0WSvxf9dWAzVSg==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@documenso/nodemailer-resend/-/nodemailer-resend-5.0.0.tgz",
"integrity": "sha512-PDC7Yjzg35cS5i2TSJEZSP9j86BsYv4pEZOODurkK8+KFd3ymtWUqJrM6PrSNQ4MQpFp7chHlbBFP0ALYl8n0A==",
"license": "MIT",
"dependencies": {
"resend": "^4.0.0"
"resend": "^4.8.0"
},
"peerDependencies": {
"nodemailer": "^6.9.3"
"nodemailer": "^9.0.0"
}
},
"node_modules/@documenso/nodemailer-resend/node_modules/@react-email/render": {
@@ -24494,9 +24494,9 @@
"license": "MIT"
},
"node_modules/nodemailer": {
"version": "8.0.11",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-8.0.11.tgz",
"integrity": "sha512-nrO/pDAUKl+wXX+lx16tDLbnm0fW6sK/x8mgohaCpg+CdCEl482bD4tCuAZk2DyliruiNTIZxRCoWkDqJEnAiA==",
"version": "9.0.3",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-9.0.3.tgz",
"integrity": "sha512-n+YP+NKwR5zRWa60k3GiQ6Q3B4KXCoAw40dAKeCtYn020iNN74aWK2liXIC3ZEATeGql7we3tE3t8QwhY0eskw==",
"license": "MIT-0",
"engines": {
"node": ">=6.0.0"
@@ -31270,7 +31270,7 @@
"version": "0.0.0",
"license": "MIT",
"dependencies": {
"@documenso/nodemailer-resend": "4.0.0",
"@documenso/nodemailer-resend": "5.0.0",
"@documenso/tailwind-config": "*",
"@react-email/body": "0.2.0",
"@react-email/button": "0.2.0",
@@ -31291,7 +31291,7 @@
"@react-email/section": "0.0.16",
"@react-email/tailwind": "^2.0.1",
"@react-email/text": "0.1.5",
"nodemailer": "^8.0.5",
"nodemailer": "^9.0.0",
"react-email": "^5.0.6",
"resend": "^6.5.2"
},