Bump node-addon-api from 4.3.0 to 5.0.0

Bumps [node-addon-api](https://github.com/nodejs/node-addon-api) from 4.3.0 to 5.0.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/v4.3.0...v5.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-05-03 17:33:36 +00:00 committed by Labhansh Agrawal
parent 20f0c75ccc
commit 6e92d14949
2 changed files with 5 additions and 5 deletions

View file

@ -117,7 +117,7 @@
"eslint-plugin-react": "7.29.4",
"husky": "7.0.4",
"inquirer": "8.2.4",
"node-addon-api": "4.3.0",
"node-addon-api": "5.0.0",
"node-gyp": "9.0.0",
"null-loader": "4.0.1",
"playwright": "1.21.1",

View file

@ -5758,10 +5758,10 @@ node-abi@^3.0.0:
dependencies:
semver "^7.3.5"
node-addon-api@4.3.0:
version "4.3.0"
resolved "https://registry.npmjs.org/node-addon-api/-/node-addon-api-4.3.0.tgz#52a1a0b475193e0928e98e0426a0d1254782b77f"
integrity sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==
node-addon-api@5.0.0:
version "5.0.0"
resolved "https://registry.npmjs.org/node-addon-api/-/node-addon-api-5.0.0.tgz#7d7e6f9ef89043befdb20c1989c905ebde18c501"
integrity sha512-CvkDw2OEnme7ybCykJpVcKH+uAOLV2qLqiyla128dN9TkEWfrYmxG6C2boDe5KcNQqZF3orkqzGgOMvZ/JNekA==
node-addon-api@^1.6.3:
version "1.7.2"