Skip to content

Draft: Fixes ISSUE-44856: Upgrade Jest to latest stable version to fix security issues

Updates Jest from version 24.9.0 to version 26.4.2.

"npm audit fix" was executed afterwards to remove the remaining low vulnerabilities.

This issue is blocked until create-react-app updates to the new version of jest. It's currently using Jest 24.+ and there's a mismatch between dependencies if we update Jest.

  • Update: create-react-app has been updated to version 4.0.0 which is using Jest24+. But this MR must be delayed until the project org.openbravo.core2 also updates to the latest version of create-react-app.
Edited by Cristian Berner

Merge request reports