Skip to content

Commit

Permalink
Fix Node.js v19 compatibility
Browse files Browse the repository at this point in the history
By using our own prebuild forks that depend on a newer node-abi package.
  • Loading branch information
oleavr committed Nov 23, 2022
1 parent 922d438 commit 2f232a6
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 120 deletions.
232 changes: 115 additions & 117 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
],
"dependencies": {
"@frida/nan": "^2.16.1-frida.0",
"@frida/prebuild-install": "^7.1.2-frida.1",
"bindings": "^1.5.0",
"minimatch": "^5.0.1",
"prebuild-install": "^7.0.0"
"minimatch": "^5.0.1"
},
"devDependencies": {
"@frida/prebuild": "^11.0.4-frida.2",
"@frida/prebuild": "^11.0.5-frida.0",
"@types/chai": "^4.2.18",
"@types/mocha": "^9.0.0",
"@types/node": "^18.0.0",
Expand Down

0 comments on commit 2f232a6

Please sign in to comment.