Skip to content

Commit 71afa2f

Browse files
committed
Update node-gyp to 10 to fix compatibility with Python 3.12
1 parent 71e2d66 commit 71afa2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "MIT",
1212
"dependencies": {
1313
"nan": "^2.14.1",
14-
"node-gyp": "^9.0.0",
14+
"node-gyp": "^10.0.1",
1515
"prebuild-install": "^5.0.0"
1616
},
1717
"devDependencies": {

0 commit comments

Comments
 (0)