build(deps): update tree-sitter-javascript requirement

Updates the requirements on [tree-sitter-javascript](https://github.com/tree-sitter/tree-sitter-javascript) to permit the latest version.
- [Commits](https://github.com/tree-sitter/tree-sitter-javascript/compare/v0.21.4...v0.23.0)

---
updated-dependencies:
- dependency-name: tree-sitter-javascript
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-02 22:27:32 +00:00 коммит произвёл GitHub
Родитель e0a5c03a3e
Коммит 784774d2b4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -27,7 +27,7 @@ tree-sitter = "=0.22.6"
cc = "^1.0"
# This dependency is not used at all for this crate, but it is here so that
# dependabot can send notifications when there are updates for this grammar
tree-sitter-javascript = "0.21.4"
tree-sitter-javascript = "0.23.0"
[package.metadata.cargo-udeps.ignore]
build = ["tree-sitter-javascript"]