Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Merge requests
  • !1311

Updated react-scripts babel-jest && jest packages to 18.0.0

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/lopezator/master into master Dec 22, 2016
  • Overview 10
  • Commits 1
  • Pipelines 0
  • Changes 3

Created by: lopezator

Updated react-scripts babel-jest and jest versions in order to fix "npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue" error because of nested dependency of minimatch 2.0.10 inside jest 17.0.2.

├─┬ jest@17.0.2 │ └─┬ jest-cli@17.0.3 │ ├── callsites@2.0.0 │ ├─┬ is-ci@1.0.10 │ │ └── ci-info@1.0.0 │ ├─┬ istanbul-api@1.0.0-aplha.10 │ │ ├─┬ fileset@0.2.1 │ │ │ ├── glob@5.0.15 │ │ │ └── minimatch@2.0.10

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/lopezator/master