Skip to content

Commit 225870d

Browse files
Bump node-addon-api in /1_hello_world/node-addon-api-addon-class (#217)
Bumps [node-addon-api](https://github.com/nodejs/node-addon-api) from 4.3.0 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@v4.3.0...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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9b19e05 commit 225870d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1_hello_world/node-addon-api-addon-class/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"private": true,
77
"dependencies": {
88
"bindings": "~1.2.1",
9-
"node-addon-api": "^4.0.0"
9+
"node-addon-api": "^7.0.0"
1010
},
1111
"scripts": {
1212
"test": "node hello.js"

0 commit comments

Comments
 (0)