Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed
- Upgraded `tar` to `^7.5.20`. [#1474](https://github.com/sourcebot-dev/sourcebot/pull/1474)
- Upgraded `@hono/node-server` to `^2.0.5`. [#1491](https://github.com/sourcebot-dev/sourcebot/pull/1491)

### Changed
- Reduced Sentry span sampling to 10% outside development. [#1475](https://github.com/sourcebot-dev/sourcebot/pull/1475)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"brace-expansion@npm:^2.0.2": "^2.0.3",
"brace-expansion@npm:^5.0.2": "^5.0.5",
"brace-expansion@npm:^1.1.7": "^1.1.13",
"@modelcontextprotocol/sdk/@hono/node-server": "^1.19.13",
"@modelcontextprotocol/sdk/@hono/node-server": "^2.0.5",
"markdown-it@npm:^14.1.0": "^14.1.1",
"yaml@npm:^2.3.4": "^2.8.3",
"yaml@npm:^2.8.0": "^2.8.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2450,12 +2450,12 @@ __metadata:
languageName: node
linkType: hard

"@hono/node-server@npm:^1.19.13":
version: 1.19.14
resolution: "@hono/node-server@npm:1.19.14"
"@hono/node-server@npm:^2.0.5":
version: 2.0.11
resolution: "@hono/node-server@npm:2.0.11"
peerDependencies:
hono: ^4
checksum: 10c0/41a099bb3705d96aac44b7a8db8805f2a22ce8a0f767a27b6d10b74a9964925df01c5f35d3631e882f8bcdeee3518884c30f40588ac8c960d88bf71048ba0df3
checksum: 10c0/eedfff2122bcb23b368f4a785c2f8d93ecd653c14ecdbf47422fedeb559fb7201c183b10020c3cc01457d856cdda6868fdc5e8f60c3af1d6c6ddd77291689736
languageName: node
linkType: hard

Expand Down
Loading