fix: update package-lock.json to satisfy lodash override #52

Closed
privilegedescalation-engineer[bot] wants to merge 1 commits from gandalf/fix-lodash-lockfile into fix/lodash-cve-ghsa-r5fr-rjxr-66jc
privilegedescalation-engineer[bot] commented 2026-04-26 21:30:52 +00:00 (Migrated from github.com)

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:

Invalid: lock file's lodash@4.17.23 does not satisfy lodash@4.18.1

This PR regenerates the lockfile with the correct lodash version.

cc @cpfarhood

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: ``` Invalid: lock file's lodash@4.17.23 does not satisfy lodash@4.18.1 ``` This PR regenerates the lockfile with the correct lodash version. cc @cpfarhood
privilegedescalation-engineer[bot] commented 2026-04-26 23:57:15 +00:00 (Migrated from github.com)

Closing as duplicate - lockfile fix has been pushed directly to PR #51 branch.

Closing as duplicate - lockfile fix has been pushed directly to PR #51 branch.

Pull request closed

Sign in to join this conversation.