From 9e091a30fe00d73d0fb81aa33654c7abec090c44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2019 11:49:50 +0800 Subject: [PATCH] chore(deps): update dependency babel-plugin-istanbul to v5 (#1600) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 814364ec4..0796cb0f7 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "babel-loader": "^7.1.2", "babel-plugin-import": "^1.1.1", "babel-plugin-inline-import-data-uri": "^1.0.1", - "babel-plugin-istanbul": "^4.1.1", + "babel-plugin-istanbul": "^5.0.0", "babel-plugin-syntax-dynamic-import": "^6.18.0", "babel-plugin-syntax-jsx": "^6.18.0", "babel-plugin-transform-class-properties": "^6.24.1",