Skip to content
Open
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added a live repository indexing job runtime to the syncing badge. [#1623](https://github.com/sourcebot-dev/sourcebot/pull/1623)

### Fixed
- Upgraded `fast-uri` to `^3.1.6`. [#1626](https://github.com/sourcebot-dev/sourcebot/pull/1626)

## [5.1.10] - 2026-08-27

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"smol-toml@npm:^1.6.0": "^1.6.1",
"teeny-request@npm:^10.0.0": "^10.1.2",
"uuid": "^14.0.0",
"fast-uri@npm:^3.0.1": "^3.1.2",
"fast-uri@npm:^3.0.1": "^3.1.6",
"shell-quote@npm:1.8.3": "^1.8.4",
"ws@npm:~8.20.1": "^8.21.0"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14616,10 +14616,10 @@ __metadata:
languageName: node
linkType: hard

"fast-uri@npm:^3.1.2":
version: 3.1.5
resolution: "fast-uri@npm:3.1.5"
checksum: 10c0/2bf60eb800dd610c65e17be436425dcb21c92aff3a87d442a8bccab0b7b071e88cf1a5d7d1ea946370b937e6fc0375c405c0296c10587e57de4f78be4646d1d0
"fast-uri@npm:^3.1.6":
version: 3.1.7
resolution: "fast-uri@npm:3.1.7"
checksum: 10c0/ca2baa4bde48fc7322bdc692c6636975943ebe4f6dd97e07d70b14e0ab85af2ff30de90f550f5ec2956684fe208e150d85d6cb5f3c74438c8ac1bf86bd435c13
languageName: node
linkType: hard

Expand Down