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

Recreate package-lock.json #257

Merged
merged 1 commit into from
Apr 18, 2024
Merged

Recreate package-lock.json #257

merged 1 commit into from
Apr 18, 2024

Conversation

foolip
Copy link
Member

@foolip foolip commented Apr 18, 2024

This was done by deleting it and running npm install. This bumps the
lockfile version to 3 and bumps lots of transient dependencies, which
has the important side effect of resolving all npm audit issues.

This was done by deleting it and running `npm install`. This bumps the
lockfile version to 3 and bumps lots of transient dependencies, which
has the important side effect of resolving all `npm audit` issues.
@foolip
Copy link
Member Author

foolip commented Apr 18, 2024

According to https://docs.npmjs.com/cli/v9/configuring-npm/package-lock-json#lockfileversion lockfile version 3 is supported since npm 9 and backwards comaptible to npm 7. Following https://stackoverflow.com/questions/51238643/which-versions-of-npm-came-with-which-versions-of-node it looks like Node.js 18 came with npm 8, so this should work in GCP too.

@foolip foolip merged commit f03de16 into main Apr 18, 2024
4 checks passed
@foolip foolip deleted the recreate-lockfile branch April 18, 2024 14:52
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.

None yet

2 participants