From e419e5fe42eba840738a78115a84584b24468f67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Tue, 29 Oct 2019 19:19:16 -0400 Subject: [PATCH] chore: bump source-map-support to 0.5.14 (#10614) --- packages/babel-register/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-register/package.json b/packages/babel-register/package.json index 466ba1d545..3c5f11fa6f 100644 --- a/packages/babel-register/package.json +++ b/packages/babel-register/package.json @@ -17,7 +17,7 @@ "lodash": "^4.17.13", "make-dir": "^2.1.0", "pirates": "^4.0.0", - "source-map-support": "^0.5.9" + "source-map-support": "^0.5.14" }, "peerDependencies": { "@babel/core": "^7.0.0-0"