Skip to content

Commit e94d632

Browse files
Merge branch 'main' into linear/sou-1341-sourcebot-devsourcebot-cve-2026-12143-form-data-crlf-ca96
2 parents 4370396 + 7daaf5b commit e94d632

3 files changed

Lines changed: 15 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
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)
1313
- Upgraded `form-data` to `^4.0.6`. [#1316](https://github.com/sourcebot-dev/sourcebot/pull/1316)
14+
- Upgraded `hono` to `^4.12.25`. [#1322](https://github.com/sourcebot-dev/sourcebot/pull/1322)
15+
- Upgraded `dompurify` to `^3.4.11`. [#1332](https://github.com/sourcebot-dev/sourcebot/pull/1332)
16+
- Upgraded `nodemailer` to `^8.0.9`. [#1331](https://github.com/sourcebot-dev/sourcebot/pull/1331)
1417

1518
## [5.0.3] - 2026-06-17
1619

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: 11 additions & 11 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"
@@ -13127,14 +13127,14 @@ __metadata:
1312713127
linkType: hard
1312813128

1312913129
"dompurify@npm:^3.3.2":
13130-
version: 3.4.0
13131-
resolution: "dompurify@npm:3.4.0"
13130+
version: 3.4.11
13131+
resolution: "dompurify@npm:3.4.11"
1313213132
dependencies:
1313313133
"@types/trusted-types": "npm:^2.0.7"
1313413134
dependenciesMeta:
1313513135
"@types/trusted-types":
1313613136
optional: true
13137-
checksum: 10c0/5593ac44ee20b9aa521c2120884effc98927fb9128c548183c75e79e0a04357c62ee913a049a267c8f396cb8c9d520ecf72562826c5524c46d4fe03c12063638
13137+
checksum: 10c0/31439481c7e8fc3805d40c376936fd66936620fb1b1a31a2ec097f6165412c37f2d868e082c9ceba62bb37661c1ea132a5db4d5213434317e30df68d4aca9cc9
1313813138
languageName: node
1313913139
linkType: hard
1314013140

@@ -15379,9 +15379,9 @@ __metadata:
1537915379
linkType: hard
1538015380

1538115381
"hono@npm:^4.11.4":
15382-
version: 4.12.24
15383-
resolution: "hono@npm:4.12.24"
15384-
checksum: 10c0/1a1394e48618c34b0ea627d7de7e5d59f1d90aedcd518f9d19b987260bbf16c362043e417bbb64290110c3cd54ef51017f7786438a0c2d811af01566d6ca3e94
15382+
version: 4.12.25
15383+
resolution: "hono@npm:4.12.25"
15384+
checksum: 10c0/9216d647fe2f39b17855b0e74913688b837e3fa9519d367c7beeec399265b36608a820928cc33ab926eee58fe2daf7e33296235b52e56dbfac0fbcd51a5e818e
1538515385
languageName: node
1538615386
linkType: hard
1538715387

@@ -18234,10 +18234,10 @@ __metadata:
1823418234
languageName: node
1823518235
linkType: hard
1823618236

18237-
"nodemailer@npm:^8.0.5":
18238-
version: 8.0.5
18239-
resolution: "nodemailer@npm:8.0.5"
18240-
checksum: 10c0/5e8450499bd059c56d74ba96fa5f9928de2ecdae0d53c083dba5661d797114c1f9524d30f992d0263cc5a7dcf5a54b9c1d92dc1f766da150c9d0bde7d3798431
18237+
"nodemailer@npm:^8.0.9":
18238+
version: 8.0.11
18239+
resolution: "nodemailer@npm:8.0.11"
18240+
checksum: 10c0/19229216c63a32eae59d7b39f3dffeba20be317f2335d08d86fb70bd01845a1bf108fecd019c0e90ef186e3d9177cf478192b333cf38620ad0f8c7a6e1e5ae05
1824118241
languageName: node
1824218242
linkType: hard
1824318243

0 commit comments

Comments
 (0)