Skip to content

Commit

Permalink
Update NaN to latest version
Browse files Browse the repository at this point in the history
This change fixes node-gyp compilation errors when building on Node v22.
  • Loading branch information
jeffesquivels committed May 28, 2024
1 parent c3135a3 commit 8afb5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"gypfile": true,
"dependencies": {
"nan": "^2.17.0",
"nan": "^2.19.0",
"node-gyp-build": "^4.6.0"
},
"devDependencies": {
Expand Down

0 comments on commit 8afb5d5

Please sign in to comment.