Skip to content

Related to ISSUE-48870: Updated npm lockfile to version 2

This commit simply upgrades package-lock.json file by running 'npm install --legacy-peer-deps --ignore-scripts'

New lockfile should change the following:

  • Changes "lockfileVersion" value to 2
  • Adds the "packages" object with a flattened list of packages. Legacy "dependencies" section is preserved for backwards compatibility.
Edited by Javier Armendáriz

Merge request reports