Closed stefee closed 5 years ago
cc @kmagiera
See below npm audit
report which this PR addresses:
$ npm audit
=== npm audit security report ===
┌──────────────────────────────────────────────────────────────────────────────┐
│ Manual Review │
│ Some vulnerabilities require your attention to resolve │
│ │
│ Visit https://go.npm.me/audit-guide for additional guidance │
└──────────────────────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Low │ Regular Expression Denial of Service │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package │ braces │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in │ >=2.3.1 │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ babel-watch [dev] │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path │ babel-watch > chokidar > anymatch > micromatch > braces │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info │ https://npmjs.com/advisories/786 │
└───────────────┴──────────────────────────────────────────────────────────────┘
Causes no issues in my testing. Merging.
@STRML would you be able to release this change as a patch for us?
I don't have publish permissions, @kmagiera?
@kmagiera a new patch release would be appreciated
Change log
Notes for reviewer
@babel/cli
https://github.com/babel/babel/blob/master/packages/babel-cli/package.json#L33braces
vulnerability described in this npm advisory: https://www.npmjs.com/advisories/786