Skip to content

Commit 6ce81a4

Browse files
chore: upgrade hono to ^4.12.24 to address CVE-2026-47673, CVE-2026-47674, CVE-2026-47675, CVE-2026-47676
Drop the redundant @modelcontextprotocol/sdk/hono resolution and refresh the lockfile. @modelcontextprotocol/sdk declares hono ^4.11.4, which already admits the patched release, so a lockfile refresh alone bumps hono 4.12.18 -> 4.12.24 across the tree. No resolutions override needed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 0c1324a commit 6ce81a4

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- Upgraded `picomatch` to `^4.0.4`. [#1283](https://github.com/sourcebot-dev/sourcebot/pull/1283)
1717
- Fixed GitLab MR inline review comments returning 400 Bad Request on context (unchanged) lines and renamed files. [#1149](https://github.com/sourcebot-dev/sourcebot/pull/1149)
1818
- Upgraded `ws` to `^8.20.1`. [#1286](https://github.com/sourcebot-dev/sourcebot/pull/1286)
19+
- Upgraded `hono` to `^4.12.24`. [#1289](https://github.com/sourcebot-dev/sourcebot/pull/1289)
1920

2021
## [5.0.1] - 2026-06-04
2122

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"brace-expansion@npm:^2.0.2": "^2.0.3",
5151
"brace-expansion@npm:^5.0.2": "^5.0.5",
5252
"brace-expansion@npm:^1.1.7": "^1.1.13",
53-
"@modelcontextprotocol/sdk/hono": "^4.12.18",
5453
"@modelcontextprotocol/sdk/@hono/node-server": "^1.19.13",
5554
"markdown-it@npm:^14.1.0": "^14.1.1",
5655
"yaml@npm:^2.3.4": "^2.8.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15347,10 +15347,10 @@ __metadata:
1534715347
languageName: node
1534815348
linkType: hard
1534915349

15350-
"hono@npm:^4.12.18":
15351-
version: 4.12.18
15352-
resolution: "hono@npm:4.12.18"
15353-
checksum: 10c0/b0b9688fd9e41a1847b077d579dc0e92a28b67c247c6ee7d1e751c0bae269824c30c7773feff1a2874e40ea36a3d2f9d1fc5ba618a28ecdf2ca1b33ed2473864
15350+
"hono@npm:^4.11.4":
15351+
version: 4.12.24
15352+
resolution: "hono@npm:4.12.24"
15353+
checksum: 10c0/1a1394e48618c34b0ea627d7de7e5d59f1d90aedcd518f9d19b987260bbf16c362043e417bbb64290110c3cd54ef51017f7786438a0c2d811af01566d6ca3e94
1535415354
languageName: node
1535515355
linkType: hard
1535615356

0 commit comments

Comments
 (0)