Upgraded minimatch version#39
Merged
Merged
Conversation
Fixes npm deprecation warning: > npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
Contributor
Author
|
This upgrade causes an issue for Node |
Owner
|
What he said! |
`node` is the latest stable release.
Contributor
Author
|
Is a new release scheduled for this? |
|
@woodyrew, IMHO: package.jsonPerhaps the user is using not the latest version of this branch. For example: "engines": {
"node": ">=0.10.0"
}travis.ymlIt makes no sense to check each version. language: node_js
node_js:
- "6"
- "5"
- "4"
- "0.12"
- "0.10"But it's not up to me. @jergason is maintainer. |
Contributor
Author
|
|
@jergason ping 🐼 |
Owner
|
👍 |
Contributor
Author
|
Thanks 😄 |
|
Left to do |
fson
added a commit
to fson/create-react-app
that referenced
this pull request
Sep 25, 2016
Removes a deprecation warning: npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue See: jergason/recursive-readdir#39
gaearon
pushed a commit
to react/create-react-app
that referenced
this pull request
Sep 25, 2016
Removes a deprecation warning: npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue See: jergason/recursive-readdir#39
feiqitian
pushed a commit
to feiqitian/create-react-app
that referenced
this pull request
Oct 25, 2016
Removes a deprecation warning: npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue See: jergason/recursive-readdir#39
rrdelaney
pushed a commit
to rrdelaney/reason-scripts
that referenced
this pull request
May 23, 2018
Removes a deprecation warning: npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue See: jergason/recursive-readdir#39
sven3270350
added a commit
to sven3270350/react-typescript
that referenced
this pull request
Aug 11, 2022
Removes a deprecation warning: npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue See: jergason/recursive-readdir#39
OrdinalKing
pushed a commit
to OrdinalKing/create-react-app-ts-redux-saga-mui
that referenced
this pull request
Aug 26, 2022
Removes a deprecation warning: npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue See: jergason/recursive-readdir#39
SmartCodiDev
added a commit
to SmartCodiDev/redux-saga-mui
that referenced
this pull request
May 31, 2024
Removes a deprecation warning: npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue See: jergason/recursive-readdir#39
shark314
added a commit
to shark314/create-react-app
that referenced
this pull request
May 2, 2025
Removes a deprecation warning: npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue See: jergason/recursive-readdir#39
Justin-gooslin
pushed a commit
to Justin-gooslin/create-react-app
that referenced
this pull request
Sep 24, 2025
Removes a deprecation warning: npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue See: jergason/recursive-readdir#39
lenootech
added a commit
to lenootech/react-typescript
that referenced
this pull request
Nov 12, 2025
Removes a deprecation warning: npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue See: jergason/recursive-readdir#39
xlor1126
added a commit
to xlor1126/react-app-typescript
that referenced
this pull request
Apr 1, 2026
Removes a deprecation warning: npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue See: jergason/recursive-readdir#39
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes npm deprecation warning: