diff --git a/packages/karma/package.json b/packages/karma/package.json index bdbe355ab..993790a6c 100644 --- a/packages/karma/package.json +++ b/packages/karma/package.json @@ -24,7 +24,7 @@ "dependencies": { "@neutrinojs/compile-loader": "9.0.0-0", "@neutrinojs/loader-merge": "9.0.0-0", - "babel-plugin-istanbul": "^4.1.6", + "babel-plugin-istanbul": "^5.0.0", "deepmerge": "^1.5.2", "karma-chrome-launcher": "^2.2.0", "karma-coverage": "^1.1.2", diff --git a/yarn.lock b/yarn.lock index c15e1ebc3..3e24dc9c2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1518,6 +1518,14 @@ babel-plugin-istanbul@^4.1.6: istanbul-lib-instrument "^1.10.1" test-exclude "^4.2.1" +babel-plugin-istanbul@^5.0.0: + version "5.0.1" + resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-5.0.1.tgz#2ce7bf211f0d9480ff7fd294bd05e2fa555e31ea" + dependencies: + find-up "^3.0.0" + istanbul-lib-instrument "^2.2.0" + test-exclude "^5.0.0" + babel-plugin-jest-hoist@^23.0.0, babel-plugin-jest-hoist@^23.2.0: version "23.2.0" resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-23.2.0.tgz#e61fae05a1ca8801aadee57a6d66b8cefaf44167" @@ -6446,7 +6454,7 @@ istanbul-lib-instrument@^1.10.1: istanbul-lib-coverage "^1.2.0" semver "^5.3.0" -istanbul-lib-instrument@^2.1.0: +istanbul-lib-instrument@^2.1.0, istanbul-lib-instrument@^2.2.0: version "2.3.2" resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-2.3.2.tgz#b287cbae2b5f65f3567b05e2e29b275eaf92d25e" dependencies: @@ -11217,6 +11225,15 @@ test-exclude@^4.2.1: read-pkg-up "^3.0.0" require-main-filename "^1.0.1" +test-exclude@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-5.0.0.tgz#cdce7cece785e0e829cd5c2b27baf18bc583cfb7" + dependencies: + arrify "^1.0.1" + minimatch "^3.0.4" + read-pkg-up "^4.0.0" + require-main-filename "^1.0.1" + text-encoding@^0.6.4: version "0.6.4" resolved "https://registry.yarnpkg.com/text-encoding/-/text-encoding-0.6.4.tgz#e399a982257a276dae428bb92845cb71bdc26d19"