build(deps): bump tree-sitter from 0.25.9 to 0.25.10 (#2029)

Bumps [tree-sitter](https://github.com/tree-sitter/tree-sitter) from 0.25.9 to 0.25.10.
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](https://github.com/tree-sitter/tree-sitter/compare/v0.25.9...v0.25.10)

---
updated-dependencies:
- dependency-name: tree-sitter
  dependency-version: 0.25.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-09-29 14:04:00 +00:00 committed by GitHub
parent a6174e8441
commit d40b12da9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 6 deletions

View file

@ -10,7 +10,7 @@ repository = "https://github.com/automattic/harper"
harper-core = { path = "../harper-core", version = "0.65.0" }
harper-tree-sitter = { path = "../harper-tree-sitter", version = "0.65.0" }
tree-sitter-ink-lbz = "0.0.1"
tree-sitter = "0.25.8"
tree-sitter = "0.25.10"
[dev-dependencies]
paste = "1.0.15"