You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: fix missing fields in package-lock.json (#2452)
package-lock.json: fix missing fields
Due to a [bug in npm](npm/cli#6301) the integrity fields of some dependencies are missing
when regenerating package-lock.json in presence of an existing node_modules.
---
Quoting the author from the PR conversation:
> I don't think the change constitutes a creative work, as it is only generated changes. In case it does: I hereby release any changes made within this PR into the public domain.
>
> I used the [npm-lockfile-fix](https://github.com/jeslie0/npm-lockfile-fix) tool to add the missing fields without changing any dependency versions, and then ran `npm install --package-lock-only` once more to ensure the formatting doesn't change on consecutive `npm install` runs.
I have verified that these steps do indeed generate this exact set of changes programmatically.
0 commit comments