Skip to content

Commit

Permalink
Update dependency node-addon-api to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and daniellockyer committed Dec 29, 2023
1 parent 4ef11bf commit f792f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"bindings": "^1.5.0",
"node-addon-api": "^4.2.0",
"node-addon-api": "^7.0.0",

This comment has been minimized.

Copy link
@grahamaj

grahamaj Apr 11, 2024

Seems like this should have been grounds for at least a v6.0.0 over v5.1.7 as it results in dropping support for nodejs v14.x. We had "sqlite3: "^5.0.2" in our package.json and ran into this breaking change.

"prebuild-install": "^7.1.1",
"tar": "^6.1.11"
},
Expand Down

0 comments on commit f792f69

Please sign in to comment.