Skip to content

Commit 01e8fc3

Browse files
greenkeeper[bot]JaKXz
authored andcommitted
chore(package): update babel-plugin-istanbul to version 4.0.0 (#52)
https://greenkeeper.io/
1 parent f787b9d commit 01e8fc3

File tree

2 files changed

+43
-7
lines changed

2 files changed

+43
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"babel-cli": "^6.18.0",
3434
"babel-core": "^6.18.2",
3535
"babel-eslint": "^7.1.1",
36-
"babel-plugin-istanbul": "^3.0.0",
36+
"babel-plugin-istanbul": "^4.0.0",
3737
"babel-preset-es2015": "^6.18.0",
3838
"babel-preset-stage-0": "^6.16.0",
3939
"chai": "^3.5.0",

yarn.lock

Lines changed: 42 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -375,14 +375,13 @@ babel-plugin-check-es2015-constants@^6.3.13:
375375
dependencies:
376376
babel-runtime "^6.0.0"
377377

378-
babel-plugin-istanbul@^3.0.0:
379-
version "3.1.2"
380-
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-3.1.2.tgz#11d5abde18425ec24b5d648c7e0b5d25cd354a22"
378+
babel-plugin-istanbul@^4.0.0:
379+
version "4.0.0"
380+
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-4.0.0.tgz#36bde8fbef4837e5ff0366531a2beabd7b1ffa10"
381381
dependencies:
382-
find-up "^1.1.2"
382+
find-up "^2.1.0"
383383
istanbul-lib-instrument "^1.4.2"
384-
object-assign "^4.1.0"
385-
test-exclude "^3.3.0"
384+
test-exclude "^4.0.0"
386385

387386
babel-plugin-syntax-async-functions@^6.8.0:
388387
version "6.13.0"
@@ -1622,6 +1621,12 @@ find-up@^1.0.0, find-up@^1.1.2:
16221621
path-exists "^2.0.0"
16231622
pinkie-promise "^2.0.0"
16241623

1624+
find-up@^2.1.0:
1625+
version "2.1.0"
1626+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
1627+
dependencies:
1628+
locate-path "^2.0.0"
1629+
16251630
flat-cache@^1.2.1:
16261631
version "1.2.2"
16271632
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-1.2.2.tgz#fa86714e72c21db88601761ecf2f555d1abc6b96"
@@ -2301,6 +2306,13 @@ load-json-file@^1.0.0:
23012306
pinkie-promise "^2.0.0"
23022307
strip-bom "^2.0.0"
23032308

2309+
locate-path@^2.0.0:
2310+
version "2.0.0"
2311+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"
2312+
dependencies:
2313+
p-locate "^2.0.0"
2314+
path-exists "^3.0.0"
2315+
23042316
lodash._baseassign@^3.0.0:
23052317
version "3.2.0"
23062318
resolved "https://registry.yarnpkg.com/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz#8c38a099500f215ad09e59f1722fd0c52bfe0a4e"
@@ -2711,6 +2723,16 @@ output-file-sync@^1.1.0:
27112723
mkdirp "^0.5.1"
27122724
object-assign "^4.1.0"
27132725

2726+
p-limit@^1.1.0:
2727+
version "1.1.0"
2728+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.1.0.tgz#b07ff2d9a5d88bec806035895a2bab66a27988bc"
2729+
2730+
p-locate@^2.0.0:
2731+
version "2.0.0"
2732+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
2733+
dependencies:
2734+
p-limit "^1.1.0"
2735+
27142736
parse-github-repo-url@^1.3.0:
27152737
version "1.3.0"
27162738
resolved "https://registry.yarnpkg.com/parse-github-repo-url/-/parse-github-repo-url-1.3.0.tgz#d4de02d68e2e60f0d6a182e7a8cb21b6f38c730b"
@@ -2736,6 +2758,10 @@ path-exists@^2.0.0:
27362758
dependencies:
27372759
pinkie-promise "^2.0.0"
27382760

2761+
path-exists@^3.0.0:
2762+
version "3.0.0"
2763+
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
2764+
27392765
path-is-absolute@^1.0.0:
27402766
version "1.0.1"
27412767
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
@@ -3315,6 +3341,16 @@ test-exclude@^3.3.0:
33153341
read-pkg-up "^1.0.1"
33163342
require-main-filename "^1.0.1"
33173343

3344+
test-exclude@^4.0.0:
3345+
version "4.0.0"
3346+
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-4.0.0.tgz#0ddc0100b8ae7e88b34eb4fd98a907e961991900"
3347+
dependencies:
3348+
arrify "^1.0.1"
3349+
micromatch "^2.3.11"
3350+
object-assign "^4.1.0"
3351+
read-pkg-up "^1.0.1"
3352+
require-main-filename "^1.0.1"
3353+
33183354
text-extensions@^1.0.0:
33193355
version "1.4.0"
33203356
resolved "https://registry.yarnpkg.com/text-extensions/-/text-extensions-1.4.0.tgz#c385d2e80879fe6ef97893e1709d88d9453726e9"

0 commit comments

Comments
 (0)