From fc54264f70326b07c755f79202683e06d0a26915 Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Tue, 4 Oct 2016 14:32:32 +0200 Subject: [PATCH] update json5 to version 0.5.0 (#4649) --- 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 a395c45ee2..0e644c503c 100644 --- a/packages/babel-core/package.json +++ b/packages/babel-core/package.json @@ -36,7 +36,7 @@ "babylon": "^6.11.0", "convert-source-map": "^1.1.0", "debug": "^2.1.1", - "json5": "^0.4.0", + "json5": "^0.5.0", "lodash": "^4.2.0", "minimatch": "^3.0.2", "path-exists": "^1.0.0",