Skip to content

Commit

Permalink
Bump node-addon-api in /typescript_with_addon/node-addon-api
Browse files Browse the repository at this point in the history
Bumps [node-addon-api](https://github.com/nodejs/node-addon-api) from 3.2.1 to 7.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](nodejs/node-addon-api@3.2.1...v7.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 21, 2023
1 parent 3eaf06f commit 72fc80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript_with_addon/node-addon-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "TypeScript calling Javascript calling C++ calling C with building with CMake and node-addon-api C++ wrapper.",
"dependencies": {
"bindings": "^1.5.0",
"node-addon-api": "^3.0.2"
"node-addon-api": "^7.0.0"
},
"scripts": {
"install": "npx cmake-js compile",
Expand Down

0 comments on commit 72fc80c

Please sign in to comment.