Skip to content

Commit 85188c9

Browse files
Bump node-addon-api from 5.1.0 to 7.0.0
Bumps [node-addon-api](https://github.com/nodejs/node-addon-api) from 5.1.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@v5.1.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] <support@github.com>
1 parent affe144 commit 85188c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"lint-test": "standard && clang-format -output-replacements-xml src/microtime.cc | (! grep -q '<replacement ') && node test.js"
3232
},
3333
"dependencies": {
34-
"node-addon-api": "^5.0.0",
34+
"node-addon-api": "^7.0.0",
3535
"node-gyp-build": "^4.4.0"
3636
},
3737
"devDependencies": {

0 commit comments

Comments
 (0)