Hi, running npm audit on the current dependency tree reports 13 vulnerabilities (1 critical, 8 high, 4 moderate). Most transitive deps are already covered by Dependabot PRs, but one needs manual attention:
nodemailer ^8.0.5 is affected by 4 advisories requiring 9.0.5:
Since 9.0.0 is a major bump, Dependabot won't open it automatically. The core API (createTransport + sendMail) is unchanged in 9.x — I upgraded a fork and it works with no code changes (see GuyunLuke@5fbbbc3).
Suggest bumping to ^9.0.5. Happy to open a PR if that helps.
Hi, running
npm auditon the current dependency tree reports 13 vulnerabilities (1 critical, 8 high, 4 moderate). Most transitive deps are already covered by Dependabot PRs, but one needs manual attention:nodemailer ^8.0.5 is affected by 4 advisories requiring 9.0.5:
Since 9.0.0 is a major bump, Dependabot won't open it automatically. The core API (createTransport + sendMail) is unchanged in 9.x — I upgraded a fork and it works with no code changes (see GuyunLuke@5fbbbc3).
Suggest bumping to ^9.0.5. Happy to open a PR if that helps.