Bump nodemailer from 8.0.4 to 8.0.5 - #5
Conversation
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 8.0.4 to 8.0.5. - [Release notes](https://github.com/nodemailer/nodemailer/releases) - [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) - [Commits](nodemailer/nodemailer@v8.0.4...v8.0.5) --- updated-dependencies: - dependency-name: nodemailer dependency-version: 8.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryThis is a Dependabot-generated security patch bump for Key changes:
Confidence Score: 5/5Safe to merge — patches a known SMTP injection CVE with no breaking changes. This is a patch-level security fix (8.0.4 → 8.0.5) with no API changes. The nodemailer update is purely additive hardening. The additional lockfile drift (libc field removals, @preact/signals-core 1.14.0→1.14.1) is cosmetic/minor and does not introduce risk. Compatibility score from Dependabot is high. No P0/P1 issues found. No files require special attention. The lockfile drift in pnpm-lock.yaml is noted but non-blocking.
|
| Filename | Overview |
|---|---|
| package.json | Single-line version specifier bump for nodemailer from ^8.0.4 to ^8.0.5; no other changes. |
| pnpm-lock.yaml | nodemailer resolved to 8.0.5 with updated integrity hash; also contains unrelated lockfile drift — libc field removal from ~30 binary packages and @preact/signals-core 1.14.0→1.14.1. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["Dependabot detects\nnodemailer 8.0.4 → 8.0.5"] --> B["package.json\nspecifier updated"]
A --> C["pnpm-lock.yaml\nresolution + integrity updated"]
B --> D["Security fix applied\nGHSA-vvjj-xcjg-gr5g\nSMTP command injection via CRLF"]
B --> E["Bug fix applied\nUTF-8 decoding of SMTP responses"]
C --> F["Unrelated lockfile drift\nlibc field removal (~30 pkgs)\n@preact/signals-core 1.14.0→1.14.1"]
Reviews (1): Last reviewed commit: "Bump nodemailer from 8.0.4 to 8.0.5" | Re-trigger Greptile
| cpu: [arm64] | ||
| os: [linux] | ||
| libc: [glibc] | ||
|
|
There was a problem hiding this comment.
Unrelated lockfile drift beyond nodemailer
This PR contains changes beyond the nodemailer bump:
libcfield removed from ~30 binary platform packages (@img/sharp-*,@napi-rs/canvas-*,@rollup/rollup-*,@tailwindcss/oxide-*,lightningcss-*). This is typically a side-effect of regenerating the lockfile with a newer pnpm version that omits thelibcfield.@preact/signals-corebumped from1.14.0→1.14.1(and its resolved snapshot updated).
These changes are not caused by the nodemailer update. They're likely harmless lockfile normalization artifacts, but it's worth being aware that merging this PR also implicitly picks up @preact/signals-core@1.14.1. If you'd like to keep this PR scoped to only the security fix, you could regenerate the lockfile with the original pnpm version before merging.
|
Superseded by #23. |
Bumps nodemailer from 8.0.4 to 8.0.5.
Release notes
Sourced from nodemailer's releases.
Changelog
Sourced from nodemailer's changelog.
Commits
202cfb3chore(master): release 8.0.5 (#1809)b634abfdocs: add CLAUDE.md with project conventions and release process95876b1fix: decode SMTP server responses as UTF-8 at line boundary0a43876fix: sanitize CRLF in transport name option to prevent SMTP command injection...08e59e6chore: update dev dependenciesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.