mirror of
https://github.com/Automattic/harper.git
synced 2025-12-23 08:48:15 +00:00
build(deps): bump tree-sitter-bash from 0.25.0 to 0.25.1 (#2304)
Bumps [tree-sitter-bash](https://github.com/tree-sitter/tree-sitter-bash) from 0.25.0 to 0.25.1. - [Release notes](https://github.com/tree-sitter/tree-sitter-bash/releases) - [Commits](https://github.com/tree-sitter/tree-sitter-bash/compare/v0.25.0...v0.25.1) --- updated-dependencies: - dependency-name: tree-sitter-bash dependency-version: 0.25.1 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:
parent
9c2892e265
commit
782ab95200
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -5751,9 +5751,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tree-sitter-bash"
|
||||
version = "0.25.0"
|
||||
version = "0.25.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "871b0606e667e98a1237ebdc1b0d7056e0aebfdc3141d12b399865d4cb6ed8a6"
|
||||
checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"tree-sitter-language",
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ harper-html = { path = "../harper-html", version = "1.0.0" }
|
|||
harper-tree-sitter = { path = "../harper-tree-sitter", version = "1.0.0" }
|
||||
itertools = "0.14.0"
|
||||
tree-sitter = "0.25.10"
|
||||
tree-sitter-bash = "0.25.0"
|
||||
tree-sitter-bash = "0.25.1"
|
||||
tree-sitter-c = "0.24.1"
|
||||
tree-sitter-cmake = "0.7.1"
|
||||
tree-sitter-cpp = "0.23.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue