Skip to content

Commit

Permalink
update yeoman-generator to 0.21 because of RegExp DoS issue
Browse files Browse the repository at this point in the history
Summary:
Installing react-native gives a warning because of outdated version of yeoman-generator. The warning is ```npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue```.
This MR will update the yeoman-generator version to 0.21.0 to resolve this warning.
Closes #8859

Reviewed By: matryoshcow

Differential Revision: D3580087

Pulled By: bestander

fbshipit-source-id: 4daddd804679ab8e95e59cf0d0005f87d2f48e1c
  • Loading branch information
hollanderbart authored and Facebook Github Bot 6 committed Jul 19, 2016
1 parent bee1180 commit 25ed41c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@
"xcode": "^0.8.2",
"xmldoc": "^0.4.0",
"yargs": "^3.24.0",
"yeoman-environment": "~1.2.7",
"yeoman-generator": "^0.20.3",
"yeoman-environment": "1.5.3",
"yeoman-generator": "0.21.2",
"mime-types": "2.1.11",
"whatwg-fetch": "^1.0.0"
},
Expand Down

0 comments on commit 25ed41c

Please sign in to comment.