Skip to content

Add support for PNPM lock file version 6.1

What does this MR do?

PNPM v8.6 introduced a new lockfile version 6.1 which stores some settings into the lock file. The code has been updated and a new test case has been added to test this new lockfile format

See relevant PNPM change: https://github.com/pnpm/pnpm/releases/tag/v8.6.0

What are the relevant issue numbers?

Dependency Scanning does not support pnpm lockf... (gitlab-org/gitlab#413903 - closed)

Does this MR meet the acceptance criteria?

Edited by Adam Cohen

Merge request reports