Commit a360fb0
authored
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.1 parent 99f9ac5 commit a360fb0
1 file changed
+4304
-0
lines changed
0 commit comments