-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update dependencies #81
Conversation
package.json
Outdated
"node-abi": "^3.3.0", | ||
"npm-run-path": "^3.1.0", | ||
"minimist": "^1.2.5", | ||
"node-abi": "^3.56.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest separating the bump of node-abi into its own PR, which can be quickly merged as it is currently blocking the support for Node.js v21.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have opened a PR: #87
Can this be merged now that #84 resolved the |
Hello world. |
Anyone? |
I could not update
npm-run-path
to v5.3.0 because it's an ES module.The second commit replaces theexecspawn
andmkdirp
usages. I can drop it if you want.