Revert micromatch upgrade (regression) [skip ci] (#8281)

Original PR: https://github.com/babel/babel/pull/8038
Ref Issue: https://github.com/babel/babel/issues/8184

Windows paths are broken so wanted to get a fix out since I don't see us fixing it correctly soon enough? I think that's more important than fixing the security warnings that don't apply to us until we can actually handle the change, otherwise need a version of the code that doesn't use the old dep but doesn't change the windows behavior or just remove the matching which will take some time.
This commit is contained in:
Henry Zhu 2018-07-06 14:28:02 -04:00 committed by GitHub
parent f93fa28c90
commit cea562c009
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@
"debug": "^3.1.0", "debug": "^3.1.0",
"json5": "^0.5.0", "json5": "^0.5.0",
"lodash": "^4.17.5", "lodash": "^4.17.5",
"micromatch": "^3.1.10", "micromatch": "^2.3.11",
"resolve": "^1.3.2", "resolve": "^1.3.2",
"semver": "^5.4.1", "semver": "^5.4.1",
"source-map": "^0.5.0" "source-map": "^0.5.0"