-
Notifications
You must be signed in to change notification settings - Fork 48
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
fix: update npm packages #358
Conversation
The simplest way: Revert the changes you made to the package-lock, delete the node_module folders in the root directory, lean4-infoview-api, lean4-infoview, and vscode-lean4, and then re-run the setup steps from the docs. |
I'm sorry I haven't spotted the building instructions myself, but now I followed them. (I don't fully understand |
No worries, it took me a while to figure out myself.
The |
I thought deleting/regenerating the |
No. If you want to update dependencies, you should go through Generally speaking, we don't always want to update every dependency to its most recent version. In this PR, we only want to update those with vulnerabilities. |
I believe now this looks as it should, and hopefully that means I finally understood all the details. |
Looks correct now! |
Update
npm
packages to address vulnerabilities.