Skip to content

Commit d2f291f

Browse files
chore: upgrade nodemailer to ^8.0.9 to address GHSA-r7g4-qg5f-qqm2 (#1331)
Generated with [Linear](https://linear.app/sourcebot/issue/SOU-1354/sourcebot-devsourcebot-ghsa-r7g4-qg5f-qqm2-nodemailer-improper-tls#agent-session-5aa12888) Co-authored-by: Brendan Kellam <10233483+brendan-kellam@users.noreply.github.com> Co-authored-by: linear-code[bot] <222613912+linear-code[bot]@users.noreply.github.com>
1 parent e626691 commit d2f291f

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Fixed
1111
- Upgraded `@grpc/grpc-js` to `^1.14.4`. [#1315](https://github.com/sourcebot-dev/sourcebot/pull/1315)
1212
- Upgraded `vite` to `^8.0.16`. [#1313](https://github.com/sourcebot-dev/sourcebot/pull/1313)
13+
- Upgraded `nodemailer` to `^8.0.9`. [#1331](https://github.com/sourcebot-dev/sourcebot/pull/1331)
1314

1415
## [5.0.3] - 2026-06-17
1516

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
"next-auth": "^5.0.0-beta.30",
164164
"next-navigation-guard": "^0.2.0",
165165
"next-themes": "^0.3.0",
166-
"nodemailer": "^8.0.5",
166+
"nodemailer": "^8.0.9",
167167
"octokit": "^4.1.3",
168168
"openai": "^4.98.0",
169169
"parse-diff": "^0.11.1",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9548,7 +9548,7 @@ __metadata:
95489548
next-auth: "npm:^5.0.0-beta.30"
95499549
next-navigation-guard: "npm:^0.2.0"
95509550
next-themes: "npm:^0.3.0"
9551-
nodemailer: "npm:^8.0.5"
9551+
nodemailer: "npm:^8.0.9"
95529552
npm-run-all: "npm:^4.1.5"
95539553
octokit: "npm:^4.1.3"
95549554
openai: "npm:^4.98.0"
@@ -18225,10 +18225,10 @@ __metadata:
1822518225
languageName: node
1822618226
linkType: hard
1822718227

18228-
"nodemailer@npm:^8.0.5":
18229-
version: 8.0.5
18230-
resolution: "nodemailer@npm:8.0.5"
18231-
checksum: 10c0/5e8450499bd059c56d74ba96fa5f9928de2ecdae0d53c083dba5661d797114c1f9524d30f992d0263cc5a7dcf5a54b9c1d92dc1f766da150c9d0bde7d3798431
18228+
"nodemailer@npm:^8.0.9":
18229+
version: 8.0.11
18230+
resolution: "nodemailer@npm:8.0.11"
18231+
checksum: 10c0/19229216c63a32eae59d7b39f3dffeba20be317f2335d08d86fb70bd01845a1bf108fecd019c0e90ef186e3d9177cf478192b333cf38620ad0f8c7a6e1e5ae05
1823218232
languageName: node
1823318233
linkType: hard
1823418234

0 commit comments

Comments
 (0)