From cea562c009ce6e8d1cc198f83552511b457239b6 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Fri, 6 Jul 2018 14:28:02 -0400 Subject: [PATCH] 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. --- packages/babel-core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-core/package.json b/packages/babel-core/package.json index fd5467ecc5..7af33ff4af 100644 --- a/packages/babel-core/package.json +++ b/packages/babel-core/package.json @@ -41,7 +41,7 @@ "debug": "^3.1.0", "json5": "^0.5.0", "lodash": "^4.17.5", - "micromatch": "^3.1.10", + "micromatch": "^2.3.11", "resolve": "^1.3.2", "semver": "^5.4.1", "source-map": "^0.5.0"