fix: update package-lock.json to satisfy lodash override #52
Reference in New Issue
Block a user
Delete Branch "gandalf/fix-lodash-lockfile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Updates package-lock.json to satisfy lodash >=4.18.0 override.
The original lockfile had lodash@4.17.23 which caused npm ci to fail with:
This PR regenerates the lockfile with the correct lodash version.
cc @cpfarhood
Closing as duplicate - lockfile fix has been pushed directly to PR #51 branch.
Pull request closed