-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update yeoman-generator to 0.21 because of RegExp DoS issue #8859
update yeoman-generator to 0.21 because of RegExp DoS issue #8859
Conversation
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks! |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
Ammended the commit to rerun the CI (flaky test) |
cc @bestander |
@facebook-github-bot import |
@facebook-github-bot import |
I cannot do that @bestander, because @hollanderbart does not have an active CLA on file. |
Ok, some temporary infra fail, should be resolved in a couple of hours |
@facebook-github-bot import |
I cannot do that @bestander, because @hollanderbart does not have an active CLA on file. |
@facebook-github-bot import |
Thanks for importing. If you are an FB employee go to Phabricator to review internal test results. |
@bestander: ping? I just imported this to make sure the bot would, not able to review. |
Thanks, Fred, this is on my list On Tuesday, 19 July 2016, Fred Emmott notifications@github.com wrote:
|
25ed41c
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 facebook#8859 Reviewed By: matryoshcow Differential Revision: D3580087 Pulled By: bestander fbshipit-source-id: 4daddd804679ab8e95e59cf0d0005f87d2f48e1c
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 facebook#8859 Reviewed By: matryoshcow Differential Revision: D3580087 Pulled By: bestander fbshipit-source-id: 4daddd804679ab8e95e59cf0d0005f87d2f48e1c
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 facebook#8859 Reviewed By: matryoshcow Differential Revision: D3580087 Pulled By: bestander fbshipit-source-id: 4daddd804679ab8e95e59cf0d0005f87d2f48e1c
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 facebook/react-native#8859 Reviewed By: matryoshcow Differential Revision: D3580087 Pulled By: bestander fbshipit-source-id: 4daddd804679ab8e95e59cf0d0005f87d2f48e1c
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.