Skip to content

Commit 972d278

Browse files
committed
Use node-addon-api 8.2.2 and node-gyp 10.2.0
1 parent 95930b9 commit 972d278

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"license": "GPL-2.0+",
2424
"dependencies": {
2525
"glob": "^8.0.3",
26-
"node-addon-api": "^7.1.0",
26+
"node-addon-api": "^8.2.2",
2727
"node-html-parser": "^6.1.13"
2828
},
2929
"repository": {
@@ -32,6 +32,6 @@
3232
},
3333
"devDependencies": {
3434
"jsdoc-to-markdown": "^8.0.3",
35-
"node-gyp": "^9.1.0"
35+
"node-gyp": "^10.2.0"
3636
}
3737
}

0 commit comments

Comments
 (0)