Skip to content

Fixed ISSUE-48913: Upgrade minimist version in lockfile to solve npm audit issue

This fix just upgrades minimist (which is a dependency of jest) that caused 11 critical security warnings in 'npm audit'. By upgrading to v1.2.6 that only introduces this fix (see https://github.com/substack/minimist/commits/master), the warnings were solved.

Merge request reports