Skip to content

Commit 8dc3390

Browse files
Merge branch 'main' into linear/sou-1357-sourcebot-devsourcebot-cve-2026-49356-babelcore-d29e
2 parents 5953ddd + be379c4 commit 8dc3390

3 files changed

Lines changed: 40 additions & 26 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ 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 `@babel/core` to `^7.29.6`. [#1333](https://github.com/sourcebot-dev/sourcebot/pull/1333)
14+
- Upgraded `markdown-it` to `^14.2.0`. [#1321](https://github.com/sourcebot-dev/sourcebot/pull/1321)
15+
- Upgraded `form-data` to `^4.0.6`. [#1316](https://github.com/sourcebot-dev/sourcebot/pull/1316)
16+
- Upgraded `hono` to `^4.12.25`. [#1322](https://github.com/sourcebot-dev/sourcebot/pull/1322)
17+
- Upgraded `dompurify` to `^3.4.11`. [#1332](https://github.com/sourcebot-dev/sourcebot/pull/1332)
18+
- Upgraded `nodemailer` to `^8.0.9`. [#1331](https://github.com/sourcebot-dev/sourcebot/pull/1331)
1419

1520
## [5.0.3] - 2026-06-17
1621

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: 34 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -9458,7 +9458,7 @@ __metadata:
94589458
next-auth: "npm:^5.0.0-beta.30"
94599459
next-navigation-guard: "npm:^0.2.0"
94609460
next-themes: "npm:^0.3.0"
9461-
nodemailer: "npm:^8.0.5"
9461+
nodemailer: "npm:^8.0.9"
94629462
npm-run-all: "npm:^4.1.5"
94639463
octokit: "npm:^4.1.3"
94649464
openai: "npm:^4.98.0"
@@ -13037,14 +13037,14 @@ __metadata:
1303713037
linkType: hard
1303813038

1303913039
"dompurify@npm:^3.3.2":
13040-
version: 3.4.0
13041-
resolution: "dompurify@npm:3.4.0"
13040+
version: 3.4.11
13041+
resolution: "dompurify@npm:3.4.11"
1304213042
dependencies:
1304313043
"@types/trusted-types": "npm:^2.0.7"
1304413044
dependenciesMeta:
1304513045
"@types/trusted-types":
1304613046
optional: true
13047-
checksum: 10c0/5593ac44ee20b9aa521c2120884effc98927fb9128c548183c75e79e0a04357c62ee913a049a267c8f396cb8c9d520ecf72562826c5524c46d4fe03c12063638
13047+
checksum: 10c0/31439481c7e8fc3805d40c376936fd66936620fb1b1a31a2ec097f6165412c37f2d868e082c9ceba62bb37661c1ea132a5db4d5213434317e30df68d4aca9cc9
1304813048
languageName: node
1304913049
linkType: hard
1305013050

@@ -14556,15 +14556,15 @@ __metadata:
1455614556
linkType: hard
1455714557

1455814558
"form-data@npm:^4.0.0":
14559-
version: 4.0.4
14560-
resolution: "form-data@npm:4.0.4"
14559+
version: 4.0.6
14560+
resolution: "form-data@npm:4.0.6"
1456114561
dependencies:
1456214562
asynckit: "npm:^0.4.0"
1456314563
combined-stream: "npm:^1.0.8"
1456414564
es-set-tostringtag: "npm:^2.1.0"
14565-
hasown: "npm:^2.0.2"
14566-
mime-types: "npm:^2.1.12"
14567-
checksum: 10c0/373525a9a034b9d57073e55eab79e501a714ffac02e7a9b01be1c820780652b16e4101819785e1e18f8d98f0aee866cc654d660a435c378e16a72f2e7cac9695
14565+
hasown: "npm:^2.0.4"
14566+
mime-types: "npm:^2.1.35"
14567+
checksum: 10c0/43947a77bf0ff45c6ceed789778982d47a3f3e720a74b71721174ebf3310a5f1a8be1d6b38a3ee3688e8a18a2c4273073ec0844cd37efda3eaf46d41c9c318ff
1456814568
languageName: node
1456914569
linkType: hard
1457014570

@@ -15127,6 +15127,15 @@ __metadata:
1512715127
languageName: node
1512815128
linkType: hard
1512915129

15130+
"hasown@npm:^2.0.4":
15131+
version: 2.0.4
15132+
resolution: "hasown@npm:2.0.4"
15133+
dependencies:
15134+
function-bind: "npm:^1.1.2"
15135+
checksum: 10c0/2d8de939e270b70618f8cebb69746620db10617dbb495bc66ddad326955ea24d3ca4af133aff3eb7c1853e0218f867bc2b050ec26fe02e3aea58f880ffc5e506
15136+
languageName: node
15137+
linkType: hard
15138+
1513015139
"hast-util-from-parse5@npm:^8.0.0":
1513115140
version: 8.0.3
1513215141
resolution: "hast-util-from-parse5@npm:8.0.3"
@@ -15280,9 +15289,9 @@ __metadata:
1528015289
linkType: hard
1528115290

1528215291
"hono@npm:^4.11.4":
15283-
version: 4.12.24
15284-
resolution: "hono@npm:4.12.24"
15285-
checksum: 10c0/1a1394e48618c34b0ea627d7de7e5d59f1d90aedcd518f9d19b987260bbf16c362043e417bbb64290110c3cd54ef51017f7786438a0c2d811af01566d6ca3e94
15292+
version: 4.12.25
15293+
resolution: "hono@npm:4.12.25"
15294+
checksum: 10c0/9216d647fe2f39b17855b0e74913688b837e3fa9519d367c7beeec399265b36608a820928cc33ab926eee58fe2daf7e33296235b52e56dbfac0fbcd51a5e818e
1528615295
languageName: node
1528715296
linkType: hard
1528815297

@@ -16645,12 +16654,12 @@ __metadata:
1664516654
languageName: node
1664616655
linkType: hard
1664716656

16648-
"linkify-it@npm:^5.0.0":
16649-
version: 5.0.0
16650-
resolution: "linkify-it@npm:5.0.0"
16657+
"linkify-it@npm:^5.0.1":
16658+
version: 5.0.1
16659+
resolution: "linkify-it@npm:5.0.1"
1665116660
dependencies:
1665216661
uc.micro: "npm:^2.0.0"
16653-
checksum: 10c0/ff4abbcdfa2003472fc3eb4b8e60905ec97718e11e33cca52059919a4c80cc0e0c2a14d23e23d8c00e5402bc5a885cdba8ca053a11483ab3cc8b3c7a52f88e2d
16662+
checksum: 10c0/d06d04f1ed03be131740fc900a5e74ea1f49886b052213599e306d469d5ffe2303db76dd8f771de9f28e2b0b38852de22ec46ae597d245f8b66439b0ceb19b10
1665416663
languageName: node
1665516664
linkType: hard
1665616665

@@ -16910,18 +16919,18 @@ __metadata:
1691016919
linkType: hard
1691116920

1691216921
"markdown-it@npm:^14.1.1":
16913-
version: 14.1.1
16914-
resolution: "markdown-it@npm:14.1.1"
16922+
version: 14.2.0
16923+
resolution: "markdown-it@npm:14.2.0"
1691516924
dependencies:
1691616925
argparse: "npm:^2.0.1"
1691716926
entities: "npm:^4.4.0"
16918-
linkify-it: "npm:^5.0.0"
16927+
linkify-it: "npm:^5.0.1"
1691916928
mdurl: "npm:^2.0.0"
1692016929
punycode.js: "npm:^2.3.1"
1692116930
uc.micro: "npm:^2.1.0"
1692216931
bin:
1692316932
markdown-it: bin/markdown-it.mjs
16924-
checksum: 10c0/c67f2a4c8069a307c78d8c15104bbcb15a2c6b17f4c904364ca218ec2eccf76a397eba1ea05f5ac5de72c4b67fcf115d422d22df0bfb86a09b663f55b9478d4f
16933+
checksum: 10c0/1d3a50061d2fe4efbcf317aac853dbee6892ed6f5a217570eead723f2ef2dd1c9baaeef5a687cd283480c45c2d20724a73e84a9ed72843cf7b3b719067af40ef
1692516934
languageName: node
1692616935
linkType: hard
1692716936

@@ -17581,7 +17590,7 @@ __metadata:
1758117590
languageName: node
1758217591
linkType: hard
1758317592

17584-
"mime-types@npm:^2.1.12, mime-types@npm:~2.1.24, mime-types@npm:~2.1.34":
17593+
"mime-types@npm:^2.1.35, mime-types@npm:~2.1.24, mime-types@npm:~2.1.34":
1758517594
version: 2.1.35
1758617595
resolution: "mime-types@npm:2.1.35"
1758717596
dependencies:
@@ -18135,10 +18144,10 @@ __metadata:
1813518144
languageName: node
1813618145
linkType: hard
1813718146

18138-
"nodemailer@npm:^8.0.5":
18139-
version: 8.0.5
18140-
resolution: "nodemailer@npm:8.0.5"
18141-
checksum: 10c0/5e8450499bd059c56d74ba96fa5f9928de2ecdae0d53c083dba5661d797114c1f9524d30f992d0263cc5a7dcf5a54b9c1d92dc1f766da150c9d0bde7d3798431
18147+
"nodemailer@npm:^8.0.9":
18148+
version: 8.0.11
18149+
resolution: "nodemailer@npm:8.0.11"
18150+
checksum: 10c0/19229216c63a32eae59d7b39f3dffeba20be317f2335d08d86fb70bd01845a1bf108fecd019c0e90ef186e3d9177cf478192b333cf38620ad0f8c7a6e1e5ae05
1814218151
languageName: node
1814318152
linkType: hard
1814418153

0 commit comments

Comments
 (0)