1
0
Fork 0
mirror of https://github.com/pnx/tree-sitter-dotenv synced 2026-08-22 14:58:12 +02:00

build(deps): bump the npm group with 2 updates

Bumps the npm group with 2 updates: [node-addon-api](https://github.com/nodejs/node-addon-api) and [tree-sitter-cli](https://github.com/tree-sitter/tree-sitter/tree/HEAD/crates/cli/npm).


Updates `node-addon-api` from 8.9.1 to 8.9.2
- [Release notes](https://github.com/nodejs/node-addon-api/releases)
- [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nodejs/node-addon-api/compare/v8.9.1...v8.9.2)

Updates `tree-sitter-cli` from 0.26.11 to 0.26.12
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](https://github.com/tree-sitter/tree-sitter/commits/v0.26.12/crates/cli/npm)

---
updated-dependencies:
- dependency-name: node-addon-api
  dependency-version: 8.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: tree-sitter-cli
  dependency-version: 0.26.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-08-16 11:52:40 +00:00 committed by GitHub
parent 37e5612185
commit 4477a06774
Signed by: GitHub
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

View file

@ -22,12 +22,12 @@
"*.wasm"
],
"dependencies": {
"node-addon-api": "^8.9.1",
"node-addon-api": "^8.9.2",
"node-gyp-build": "^4.8.1"
},
"devDependencies": {
"prebuildify": "^6.0.1",
"tree-sitter-cli": "^0.26.11"
"tree-sitter-cli": "^0.26.12"
},
"peerDependencies": {
"tree-sitter": "^0.21.1"