Skip to content
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(package-lock): regenerate lock file #4381

Merged
merged 2 commits into from
Oct 18, 2024

Conversation

char0n
Copy link
Member

@char0n char0n commented Oct 18, 2024

This needed to be done in special way. All the node_modules from all the packages needed to be deleted. Following command was used to find and delete the node_modules:

 $ find . -name "node_modules" -type d -prune -exec rm -rf '{}' +

Only after that the package-lock.json got really regenerated properly and all the security issues went away.

@char0n char0n self-assigned this Oct 18, 2024
@char0n char0n added enhancement New feature or request dependencies labels Oct 18, 2024
@char0n char0n merged commit 0972c6d into main Oct 18, 2024
8 checks passed
@char0n char0n deleted the char0n/regenerate-package-lock-2 branch October 18, 2024 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant