From ba3cf3abef6904912839fa8ce550b99b9bfc3628 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 17 May 2019 09:32:39 +0000 Subject: [PATCH] build(deps): update istanbul-lib-instrument requirement Updates the requirements on [istanbul-lib-instrument](https://github.com/istanbuljs/istanbuljs) to permit the latest version. - [Release notes](https://github.com/istanbuljs/istanbuljs/releases) - [Commits](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@3.2.0...istanbul-lib-instrument@3.3.0) Signed-off-by: dependabot[bot] --- packages/core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/package.json b/packages/core/package.json index 8815ca7a15..6769913cc5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -61,7 +61,7 @@ "get-port": "~5.0.0", "glob": "~7.1.2", "inquirer": "~6.3.1", - "istanbul-lib-instrument": "~3.2.0", + "istanbul-lib-instrument": "~3.3.0", "lodash": "~4.17.4", "log4js": "~4.2.0", "mkdirp": "~0.5.1",