Bump node-addon-api from 5.0.0 to 5.1.0

Bumps [node-addon-api](https://github.com/nodejs/node-addon-api) from 5.0.0 to 5.1.0.
- [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/v5.0.0...v5.1.0)

---
updated-dependencies:
- dependency-name: node-addon-api
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-16 11:03:16 +00:00 committed by Labhansh Agrawal
parent 1650b65c4b
commit c0fd1559a6
2 changed files with 5 additions and 5 deletions

View file

@ -123,7 +123,7 @@
"eslint-plugin-react": "7.31.1", "eslint-plugin-react": "7.31.1",
"husky": "8.0.3", "husky": "8.0.3",
"inquirer": "9.1.4", "inquirer": "9.1.4",
"node-addon-api": "5.0.0", "node-addon-api": "5.1.0",
"node-gyp": "9.3.1", "node-gyp": "9.3.1",
"null-loader": "4.0.1", "null-loader": "4.0.1",
"playwright": "1.27.1", "playwright": "1.27.1",

View file

@ -5921,10 +5921,10 @@ node-abi@^3.0.0:
dependencies: dependencies:
semver "^7.3.5" semver "^7.3.5"
node-addon-api@5.0.0: node-addon-api@5.1.0:
version "5.0.0" version "5.1.0"
resolved "https://registry.npmjs.org/node-addon-api/-/node-addon-api-5.0.0.tgz#7d7e6f9ef89043befdb20c1989c905ebde18c501" resolved "https://registry.npmjs.org/node-addon-api/-/node-addon-api-5.1.0.tgz#49da1ca055e109a23d537e9de43c09cca21eb762"
integrity sha512-CvkDw2OEnme7ybCykJpVcKH+uAOLV2qLqiyla128dN9TkEWfrYmxG6C2boDe5KcNQqZF3orkqzGgOMvZ/JNekA== integrity sha512-eh0GgfEkpnoWDq+VY8OyvYhFEzBk6jIYbRKdIlyTiAXIVJ8PyBaKb0rp7oDtoddbdoHWhq8wwr+XZ81F1rpNdA==
node-addon-api@^1.6.3: node-addon-api@^1.6.3:
version "1.7.2" version "1.7.2"