Skip to content

Update package.json #1522

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

Closed
wants to merge 1 commit into from
Closed

Update package.json #1522

wants to merge 1 commit into from

Conversation

yo34
Copy link

@yo34 yo34 commented Nov 8, 2021

update of node-gyp 's version in package.json to avoid security warning

@soryy708
Copy link

@yo34 CI says the build fails. Is this something you can fix?

@soryy708
Copy link

Maybe related? #1265

@soryy708
Copy link

Definitely related: #1483

@beenotung
Copy link

beenotung commented Jan 3, 2022

I saw this PR is updating the node-gyp from 7.x to 8.x which looks toward good direction.
However, can we get this patch or at least the current version (using node-gyp 7.x) released to npm? The latest version on npm (sqlite3 5.0.2) is using node-gyp 3.x

@beenotung
Copy link

beenotung commented Jan 3, 2022

A workaround FYI, to get the latest version package from github (instead of using npm's version), you can replace the dependency line in package.json from

    "sqlite3": "^5.0.2",

to

    "sqlite3": "github:mapbox/node-sqlite3",

@daniellockyer
Copy link
Contributor

This was completed in 859b95b so I'm going to close this 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants