1
0
Fork 0
mirror of https://github.com/pnx/tree-sitter-dotenv synced 2026-08-16 13:18:12 +02:00

build(deps): bump node-addon-api from 8.9.0 to 8.9.1 in the npm group

Bumps the npm group with 1 update: [node-addon-api](https://github.com/nodejs/node-addon-api).


Updates `node-addon-api` from 8.9.0 to 8.9.1
- [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.0...v8.9.1)

---
updated-dependencies:
- dependency-name: node-addon-api
  dependency-version: 8.9.1
  dependency-type: direct:production
  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-09 11:52:40 +00:00 committed by GitHub
parent 8b1dad8819
commit 4be73fd8a4
Signed by: GitHub
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View file

@ -1,16 +1,16 @@
{
"name": "tree-sitter-dotenv",
"version": "1.0.0",
"version": "1.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "tree-sitter-dotenv",
"version": "1.0.0",
"version": "1.1.1",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"node-addon-api": "^8.9.0",
"node-addon-api": "^8.9.1",
"node-gyp-build": "^4.8.1"
},
"devDependencies": {
@ -167,9 +167,9 @@
}
},
"node_modules/node-addon-api": {
"version": "8.9.0",
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.9.0.tgz",
"integrity": "sha512-ekZMeaaIzSQTSpr7X2X3iJM7lTzgnx8ahAG9pJfT/7+14mlEM8ZYQ9cgCDvSSRbReFK0oHli3WrZdCiRsgAT9Q==",
"version": "8.9.1",
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.9.1.tgz",
"integrity": "sha512-4eUQWVPCUUUiBjLnHS3cXWeC6ryoPUc0U3rP7IuzapoGbzMqd/r6KKO0clr0b+snQhsrueFEhCZDdK+LK7hxKg==",
"license": "MIT",
"engines": {
"node": "^18 || ^20 || >= 21"

View file

@ -22,7 +22,7 @@
"*.wasm"
],
"dependencies": {
"node-addon-api": "^8.9.0",
"node-addon-api": "^8.9.1",
"node-gyp-build": "^4.8.1"
},
"devDependencies": {